Skip to content

Commit cf4490c

Browse files
committed
モックテストの実行ディレクトリを変更
1 parent 27e52db commit cf4490c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def run_mock_tests() -> bool:
200200

201201
# Run comprehensive test suite
202202
loader = unittest.TestLoader()
203-
start_dir = str(Path(__file__).parent)
203+
start_dir = str(Path(__file__).parent / "mocks")
204204
suite = loader.discover(start_dir, pattern="test_*.py")
205205

206206
# Create a detailed test runner

0 commit comments

Comments
 (0)