Skip to content

Commit bc80ea1

Browse files
committed
refactor: move tests to subdir
1 parent 181510d commit bc80ea1

6 files changed

Lines changed: 2 additions & 1 deletion

File tree

tests/handlers/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Subpackage to test handlers"""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
read_slurm_std_err,
3232
)
3333

34-
TEST_DIR = Path(os.path.dirname(os.path.realpath(__file__))) / "resources"
34+
TEST_DIR = Path(os.path.dirname(os.path.realpath(__file__))).parent / "resources"
3535

3636

3737
class TestMethods(unittest.TestCase):

0 commit comments

Comments
 (0)