Skip to content

Commit

Permalink
Rearrange tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Oct 20, 2023
1 parent 4aca30d commit b73e52a
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from zinolib.config.tcl import parse_tcl_config, normalize, parse

from .utils import clean_textfile, make_tmptextfile, delete_tmpfile
from ..utils import clean_textfile, make_tmptextfile, delete_tmpfile


RITZ_CONFIG = """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from zinolib.config.toml import parse_toml_config

from .utils import make_tmptextfile, delete_tmpfile
from ..utils import make_tmptextfile, delete_tmpfile


CONFIG = """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from zinolib.config.utils import find_config_file, make_filename_safe

from .utils import make_tmptextfile, delete_tmpfile
from ..utils import make_tmptextfile, delete_tmpfile


class MakeFilenameSafeTest(TestCase):
Expand Down
File renamed without changes.
Empty file added tests/ritz/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion tests/test_default.py → tests/ritz/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from zinolib.ritz import ritz, ProtocolError, AuthenticationError, caseState, caseType
from zinolib.zino_emu import zinoemu

from .utils import executor
from ..utils import executor


class DefaultTest(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_slow.py → tests/ritz/test_slow.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from zinolib.ritz import ritz, ProtocolError, AuthenticationError, caseState, caseType
from zinolib.zino_emu import zinoemu

from .utils import executor
from ..utils import executor


class SlowTest(unittest.TestCase):
Expand Down

0 comments on commit b73e52a

Please sign in to comment.