Skip to content

Commit

Permalink
#56 Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilesoft authored Oct 31, 2024
2 parents d8bd9a6 + e3e4d2c commit cf573c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/tupa/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def run_tests(
failfast=True,
**kwargs
):
run_one_fixture(test_labels, verbosity, interactive, extra_tests)
return run_one_fixture(test_labels, verbosity, interactive, extra_tests)


def run_one_fixture(test_labels, verbosity=1, interactive=True, extra_tests=[]):
Expand Down

0 comments on commit cf573c2

Please sign in to comment.