Skip to content

Commit 4becb4e

Browse files
committed
start test reorganization
1 parent cecb2f8 commit 4becb4e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

tests/test_file_ops.py renamed to tests/module/utils/test_file_ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
from manim import *
66

7-
from .assert_utils import assert_dir_exists, assert_file_not_exists
8-
from .utils.video_tester import *
7+
from tests.assert_utils import assert_dir_exists, assert_file_not_exists
8+
from tests.utils.video_tester import *
99

1010

1111
def test_guarantee_existence(tmp_path):
File renamed without changes.

0 commit comments

Comments
 (0)