Age | Commit message (Expand) | Author |
---|---|---|
2022-03-08 | Fix tests, and issues caught by tests...Fix some issues caught by tests due to changes introducing the hand-off of the partial correlations computations to an external process Fix some issues due to the changes that introduce context managers for database connections Update some tests to take the above two changes into consideration | Frederick Muriuki Muriithi |
2022-02-17 | Use pytest's "mark" feature to categorise tests...Use pytest's `mark` feature to explicitly categorise the tests and run them per category | Frederick Muriuki Muriithi |
2021-06-29 | tests: test_commands: Add extra check for when an error occurs | BonfaceKilz |
2021-06-18 | Fixed test_compose_rqtl_command test; forgot to include Rscript in the command | zsloan |
2021-06-18 | Change test_compose_rqtl_command in test_commands.py to have different argume......Changed some parameters in test_compose_rqtl_cmd to avoid pylint complaining about duplicate code | zsloan |
2021-05-18 | Added test for compose_rqtl_cmd in tests/unit/test_commands.py | zsloan |
2021-03-10 | Update test to ensure redis.hset is called correctly | BonfaceKilz |
2021-03-08 | bug: Put a space between gemma-wrapper args | BonfaceKilz |
2021-03-08 | Make the name of the redis job queue configurable | BonfaceKilz |
2021-02-24 | Update "compose_gemma_cmd" tests | BonfaceKilz |
2021-02-16 | Add extra option to set email when queueing CMD...The e-mail field will be used to send the results of the computation when it is completed. | BonfaceKilz |
2021-02-16 | Add new test cases for run_cmd | BonfaceKilz |
2021-02-12 | Add new procedure for queueing a command...* gn3/commands.py (queue_cmd): New procedure. * tests/unit/test_commands.py: New test-cases for ^^. | BonfaceKilz |
2021-02-12 | Add new procedure for composing a gemma cmd...* gn3/commands.py: New file * tests/unit/test_commands.py: New test-cases for ^^. | BonfaceKilz |