diff options
author | Frederick Muriuki Muriithi | 2023-10-27 12:38:26 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-10-27 12:39:31 +0300 |
commit | e425e2fe23ca271be5474f014cf540982b41c7a0 (patch) | |
tree | 34d2f7c539e4f579a8cf2a2ea8abf954bd6628cf /issues/gnqc-py | |
parent | c3e954ecf69d088913c5d813254df64bf02e9647 (diff) | |
download | gn-gemtext-e425e2fe23ca271be5474f014cf540982b41c7a0.tar.gz |
New issues
Write up new issues noted in source files that have not been
previously tracked, but that are important to make the system work
well.
Diffstat (limited to 'issues/gnqc-py')
-rw-r--r-- | issues/gnqc-py/rework-tests-remove-redis-as-test-dependency.gmi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/issues/gnqc-py/rework-tests-remove-redis-as-test-dependency.gmi b/issues/gnqc-py/rework-tests-remove-redis-as-test-dependency.gmi new file mode 100644 index 0000000..c4ee5e8 --- /dev/null +++ b/issues/gnqc-py/rework-tests-remove-redis-as-test-dependency.gmi @@ -0,0 +1,15 @@ +# Rework Test: Remove redis as Test Dependency + +## Tags + +* assigned: fred, fredm +* status: open +* priority: medium +* keywords: gnqc-py, tests +* type: improvement + +## Description + +Some tests depend on a running redis instance to work. + +Either move these to an integration tests harness, to be run after the system has run the unit tests and has been deployed, or remove them completely from the system. |