Age | Commit message (Expand) | Author |
---|---|---|
2022-02-12 | Provide custom class to run tests | Frederick Muriuki Muriithi |
2022-02-11 | Add scaffolding to run different types of tests...Enable running commands: - `python3 setup.py unit_check`: run the unit tests - `python3 setup.py integration_check`: run integration tests - `python3 setup.py performance_check`: run performance tests | Frederick Muriuki Muriithi |
2021-11-16 | Remove sqlalchemy....* gn3/settings.py (SQLALCHEMY_TRACK_MODIFICATIONS): Delete variable. * guix.scm (genenetwork3)[propagated-inputs]: Remove python-sqlalchemy-stubs. * setup.py: Remove sqlalchemy-stubs from install_requires. | Arun Isaac |
2021-09-23 | Add missing dependencies causing pylint to fail...* Add some dependencies used by the system that were missing in the test environment, leading to the pylint step failing. | Frederick Muriuki Muriithi |
2021-06-11 | add tests to setup packages | Alexander Kabui |
2021-05-10 | setup.py: Add gn3.api to packages | BonfaceKilz |
2021-05-10 | setup.py: Remove gn3.utility from packages | BonfaceKilz |
2021-05-08 | setup.py: Create basic setup file | BonfaceKilz |