Skip to content

Commit

Permalink
Rename test_util_x to test_util.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Aug 24, 2024
1 parent a7eaf7f commit 34d09d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genshi/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

def suite():
import genshi
from genshi.tests import test_builder, test_core, test_input, test_output, test_path, test_util_x
from genshi.tests import test_builder, test_core, test_input, test_output, test_path, test_util
from genshi.filters import tests as filters
from genshi.template import tests as template

Expand All @@ -27,7 +27,7 @@ def suite():
suite.addTest(test_output.suite())
suite.addTest(test_path.suite())
suite.addTest(template.suite())
suite.addTest(test_util_x.suite())
suite.addTest(test_util.suite())
return suite

if __name__ == '__main__':
Expand Down
File renamed without changes.

0 comments on commit 34d09d1

Please sign in to comment.