Skip to content

Commit 5b593a6

Browse files
committed
add test file
1 parent 8fcf235 commit 5b593a6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

python/test_json_metadata.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import tskit
2+
3+
4+
def setup_ts():
5+
ts = tskit.TreeSequence.load("with_json_metadata.trees")
6+
return ts
7+
8+
9+
def test_mutation_metadata():
10+
ts = setup_ts()
11+
raise NotImplementedError()

0 commit comments

Comments
 (0)