Gitlab Community Edition Instance

Skip to content
  • Marcel Hellkamp's avatar
    Fixed mocked tests for keepalive(). · 3a685b45
    Marcel Hellkamp authored
    As a side note, I do not think that mocking CDSTAR on REST level
    is reasonable. The CDStar class should be tested against the real thing
    (integration tests) and all other classes should be tested against a
    mocked CDStar instance. Or, switch to a proper urllib mocking framework.
    The current tests are very error prone and do not actually verify the
    correctness of the client library.
    3a685b45