Commits on Source (2)
-
Duncan Macleod authored
Update the test suite syntax to require pytest 3.9.3 (for tmp_path fixture). Add docstrings to all tests. Address as much lint/technical debt as I could find.
-
Duncan Macleod authored
Upgrade the test suite See merge request !106
Showing
- .gitlab-ci.yml 13 additions, 0 deletions.gitlab-ci.yml
- debian/control 1 addition, 1 deletiondebian/control
- gwdatafind/conftest.py 0 additions, 26 deletionsgwdatafind/conftest.py
- gwdatafind/tests/__init__.py 1 addition, 9 deletionsgwdatafind/tests/__init__.py
- gwdatafind/tests/conftest.py 0 additions, 36 deletionsgwdatafind/tests/conftest.py
- gwdatafind/tests/test_api.py 14 additions, 7 deletionsgwdatafind/tests/test_api.py
- gwdatafind/tests/test_main.py 29 additions, 10 deletionsgwdatafind/tests/test_main.py
- gwdatafind/tests/test_ui.py 159 additions, 52 deletionsgwdatafind/tests/test_ui.py
- gwdatafind/tests/test_utils.py 13 additions, 6 deletionsgwdatafind/tests/test_utils.py
- pyproject.toml 4 additions, 1 deletionpyproject.toml
- rpm/python-gwdatafind.spec 12 additions, 1 deletionrpm/python-gwdatafind.spec
gwdatafind/conftest.py
deleted
100644 → 0
gwdatafind/tests/conftest.py
deleted
100644 → 0