Skip to content

Commit ecb8654

Browse files
benjefferymergify-bot
authored andcommitted
Add metadata tests to stress_lowlevel.py
1 parent a23b9c1 commit ecb8654

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/stress_lowlevel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import tests.test_haplotype_matching as test_haplotype_matching
1717
import tests.test_highlevel as test_highlevel
1818
import tests.test_lowlevel as test_lowlevel
19+
import tests.test_metadata as test_metadata
1920
import tests.test_stats as test_stats
2021
import tests.test_tables as test_tables
2122
import tests.test_threads as test_threads
@@ -37,6 +38,7 @@ def main():
3738
"topology": test_topology,
3839
"dict_encoding": test_dict_encoding,
3940
"haplotype_matching": test_haplotype_matching,
41+
"metadata": test_metadata,
4042
}
4143
parser = argparse.ArgumentParser(
4244
description="Run tests in a loop to stress low-level interface"

0 commit comments

Comments
 (0)