Skip to content

Commit

Permalink
try to remove no test ran line
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieqiong committed Aug 15, 2024
1 parent df85cfb commit 7bf06c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

import diffpy.pdfgui.tests

assert diffpy.pdfgui.tests.test().wasSuccessful()
assert diffpy.pdfgui.tests.testdeps().wasSuccessful()
def run_tests():
assert diffpy.pdfgui.tests.test().wasSuccessful()
assert diffpy.pdfgui.tests.testdeps().wasSuccessful()

if __name__ == '__main__':
run_tests()

0 comments on commit 7bf06c4

Please sign in to comment.