This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/test/registry
Joseph Schorr 23c19bcbc1 Implement support for registry integration tests via py.test
This change implements support for registry integration tests using the new py.test-based live server test fixture. We can now parametrize the protocols we use (in prep for V2_2), and it makes the code *much* cleaner and less hacky.

Note that moving the vast majority of the tests over from the existing impl will come as a followup PR
2018-05-01 13:28:24 +03:00
..
__init__.py Translate LiveServerTestCase into a py.test-compatible liveserver fixture 2018-05-01 13:28:24 +03:00
fixtures.py Implement support for registry integration tests via py.test 2018-05-01 13:28:24 +03:00
liveserverfixture.py Translate LiveServerTestCase into a py.test-compatible liveserver fixture 2018-05-01 13:28:24 +03:00
protocol_fixtures.py Implement support for registry integration tests via py.test 2018-05-01 13:28:24 +03:00
protocol_v1.py Implement support for registry integration tests via py.test 2018-05-01 13:28:24 +03:00
protocol_v2.py Implement support for registry integration tests via py.test 2018-05-01 13:28:24 +03:00
protocols.py Implement support for registry integration tests via py.test 2018-05-01 13:28:24 +03:00
registry_tests.py Implement support for registry integration tests via py.test 2018-05-01 13:28:24 +03:00