lorax/tests/pylorax
Alexander Todorov 06648d415a Don't be overly strict when validating /api/docs/ response in tests
this avoids comparing against files on disk (and the huge diff the
test runner produces in case of failure). Instead we look for a
200 HTTP response with large enough size and some well known
strings inside the response data.
2018-06-11 16:54:58 -07:00
..
recipes Add tests for the pylorax.api.recipes module 2018-06-11 16:54:57 -07:00
results Fix depsolving empty recipes 2018-06-11 16:54:58 -07:00
test_buildstamp.py Fix mocking the built-in open function for Python2 2018-06-11 16:54:57 -07:00
test_crossdomain.py Add tests for api.crossdomain.py 2018-06-11 16:54:58 -07:00
test_projects.py Add tests for functions in api/projects 2018-06-11 16:54:58 -07:00
test_recipes.py Add more tests for api.recipes 2018-06-11 16:54:58 -07:00
test_server.py Don't be overly strict when validating /api/docs/ response in tests 2018-06-11 16:54:58 -07:00
test_workspace.py Add new tests for workspace_read() and workspace_delete() 2018-06-11 16:54:58 -07:00
test_yumbase.py Add tests for yumbase and update how we inspect boolean options 2018-06-11 16:54:58 -07:00