-
- Downloads
Increase coverage - low hanging fruit 1 (#749)
* add uid and uid-match upload tests * increase coverage of engine uploads w/ job (+enable job creation from data_builder) * add test_roothandler.py to cover the /api root endpoint * add more tests for session template compliance checking * add tests to cover project/collection stats retrieval (requested w/ stats=true) * add tests to cover most of api/handlers/userhandler.py * make sure that unit test coverage is included in the overall report
Showing
- .dockerignore 1 addition, 1 deletion.dockerignore
- test/bin/run-tests-ubuntu.sh 6 additions, 5 deletionstest/bin/run-tests-ubuntu.sh
- test/bin/run-unit-tests.sh 1 addition, 1 deletiontest/bin/run-unit-tests.sh
- test/integration_tests/python/conftest.py 15 additions, 12 deletionstest/integration_tests/python/conftest.py
- test/integration_tests/python/test_collection.py 5 additions, 0 deletionstest/integration_tests/python/test_collection.py
- test/integration_tests/python/test_containers.py 70 additions, 31 deletionstest/integration_tests/python/test_containers.py
- test/integration_tests/python/test_roothandler.py 3 additions, 0 deletionstest/integration_tests/python/test_roothandler.py
- test/integration_tests/python/test_uploads.py 69 additions, 24 deletionstest/integration_tests/python/test_uploads.py
- test/integration_tests/python/test_users.py 62 additions, 9 deletionstest/integration_tests/python/test_users.py
Please register or sign in to comment