Skip to content

Commit

Permalink
actually run the new test
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Jul 2, 2024
1 parent eeb4203 commit 4e8f693
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fabio/test/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
from . import test_densification
from . import test_io_limits
from . import test_utils_cli
from . import test_import


def suite():
Expand All @@ -78,6 +79,7 @@ def suite():
testSuite.addTest(test_densification.suite())
testSuite.addTest(test_io_limits.suite())
testSuite.addTest(test_utils_cli.suite())
testSuite.addTest(test_import.suite())
return testSuite


Expand Down

0 comments on commit 4e8f693

Please sign in to comment.