Skip to content

Commit

Permalink
relax test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed Oct 16, 2019
1 parent d3925a0 commit 76920d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_smetana.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ def test_detailed(self):
main(["tests/data/ec_*.xml"], mode="detailed", output="tests/output/test", media="M9,LB",
mediadb="tests/data/media_db.tsv", ext_comp_id="e", exclude="tests/data/inorganic.txt")
df = pd.read_csv("tests/output/test_detailed.tsv")
self.assertEqual(df.shape[0], 11)
self.assertGreater(df.shape[0], 5)
self.assertLess(df.shape[0], 15)

0 comments on commit 76920d0

Please sign in to comment.