Skip to content

Commit

Permalink
Use standard pytest idiom for xija (requires xija 0.7.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Oct 21, 2016
1 parent 93c273f commit 6e3f0f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/xija/test_unit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
import xija
n_fail = xija.test('-v', '-s', '-k not test_minusz')
if n_fail > 0:
raise ValueError(str(n_fail) + ' test failures')
import testr
testr.testr()

0 comments on commit 6e3f0f3

Please sign in to comment.