- 25 Oct, 2019 13 commits
-
-
mhellka authored
-
mhellka authored
-
mhellka authored
Integration tests are automatically skipped if TEST_CDSTAR is not defined. Unit tests use the `responses` library to mock REST-calls and do not need a running CDSTAR server.
-
mhellka authored
-
mhellka 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.
-
mhellka authored
-
-
mhellka authored
-
mhellka authored
-
mhellka authored
-
mhellka authored
-
mhellka authored
-
- 24 Oct, 2019 1 commit
-
-
mhellka authored
- Changed the concept of CLI context and workspaces (see README). - Moved 'pycdstar3.client' module to 'pycdstar3.api'. - Moved data classes from 'pycdstar3.api' to 'pycdstar3.model'. - Introduced optional high-level API handle classes for remote resources.
-
- 14 Oct, 2019 9 commits
-
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
- 09 Oct, 2019 3 commits
-
-
xrotwang authored
`pkgutil.iter_modules` yielding `namedtuple`s `ModuleInfo` is new in 3.6. On 3.5 it yields simple tuples.
- 08 Oct, 2019 14 commits
-
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
Marcel Hellkamp authored
-
xrotwang authored
-
mhellka authored
-
mhellka authored
-
mhellka authored
-
Marcel Hellkamp authored
-
xrotwang authored
-
xrotwang authored
Since the API is documented as REST API, it would be nice to have access to generic HTTP methods, e.g. to retrieve archive status generically, rather than through the more specialised methods like `list_files`.
-