diff options
author | Frederick Muriuki Muriithi | 2022-08-03 05:34:56 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-08-03 05:34:56 +0300 |
commit | ea71f34472160067dec62463a94669aa0cb4da34 (patch) | |
tree | 4ebc606e06f5fe15102c20deca0f690dd431fd12 | |
parent | 6716bcf36d3b8873765d79e2bcaff760684440cc (diff) | |
download | gn-gemtext-ea71f34472160067dec62463a94669aa0cb4da34.tar.gz |
GN2: New issue - failing tests
-rw-r--r-- | issues/failing-tests-on-gn2-20220803.gmi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/issues/failing-tests-on-gn2-20220803.gmi b/issues/failing-tests-on-gn2-20220803.gmi new file mode 100644 index 0000000..4def19d --- /dev/null +++ b/issues/failing-tests-on-gn2-20220803.gmi @@ -0,0 +1,24 @@ +# Failing Tests + +## Tags +* assigned: zsloan, alex +* type: bug +* priority: critical +* status: open +* keywords: genenetwork2, tests failure + +## Description + +The following changes are causing the tests to fail and therefore need to be fixed: + +* File: wqflask/tests/unit/wqflask/show_trait/test_export_trait_data.py +> fb9ff600a wqflask/tests/wqflask/show_trait/test_export_trait_data.py (Alexanderlacuna 2020-10-30 12:38:30 +0300 30) results = get_export_metadata("random_id", "Temp") + + +* File: wqflask/wqflask/show_trait/export_trait_data.py +> 7660c3bf9 (zsloan 2022-07-08 20:34:19 +0000 35) for attr in sample_data['attributes']: +> ... +> 00baf5bab (zsloan 2022-08-01 16:00:25 +0000 42) def get_export_metadata(trait_metadata): + + +The failures are related, so maybe liaise to fix the failing tests |