blob: 00e95f86c5f848ce9b43aa2f7e1f2d970578328f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# 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
## Notes
commit to fix the tests
=> https://github.com/genenetwork/genenetwork2/commit/9cbaec569ee35025a0d23004989f86aee55d9244
=> https://github.com/genenetwork/genenetwork2/commit/4cb8a42aba019dfd5d814aa602c4500ce781d812
|