Skip to content

Commit

Permalink
test f'n.
Browse files Browse the repository at this point in the history
  • Loading branch information
1ozturkbe committed Sep 2, 2019
1 parent 4ec61b3 commit 7f92ad4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ def import_tests():

return tests

if __name__ == '__main__':
def test():
run(tests=import_tests())

if __name__ == '__main__':
test()

0 comments on commit 7f92ad4

Please sign in to comment.