We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23b9c1 commit ecb8654Copy full SHA for ecb8654
python/stress_lowlevel.py
@@ -16,6 +16,7 @@
16
import tests.test_haplotype_matching as test_haplotype_matching
17
import tests.test_highlevel as test_highlevel
18
import tests.test_lowlevel as test_lowlevel
19
+import tests.test_metadata as test_metadata
20
import tests.test_stats as test_stats
21
import tests.test_tables as test_tables
22
import tests.test_threads as test_threads
@@ -37,6 +38,7 @@ def main():
37
38
"topology": test_topology,
39
"dict_encoding": test_dict_encoding,
40
"haplotype_matching": test_haplotype_matching,
41
+ "metadata": test_metadata,
42
}
43
parser = argparse.ArgumentParser(
44
description="Run tests in a loop to stress low-level interface"
0 commit comments