Skip to content

Commit

Permalink
Bugfix release for Zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzyki committed Nov 11, 2019
1 parent 7565c3d commit d3f009e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ def test_valid(cldf_dataset, cldf_logger):
def test_forms(cldf_dataset):
assert len(list(cldf_dataset["FormTable"])) == 21967
assert any(f["Form"] == "tɑ³⁵pʐɑ³⁵n̥e³⁵" for f in cldf_dataset["FormTable"])
assert any(f["Form"] == "vɛ⁵⁵" for f in cldf_dataset["FormTable"])


def test_parameters(cldf_dataset):
Expand Down

0 comments on commit d3f009e

Please sign in to comment.