We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cadc93 commit d9d3a09Copy full SHA for d9d3a09
shiny/_main_add_test.py
@@ -73,10 +73,6 @@ def path_does_not_exist(x: Path) -> bool | str:
73
if not test_file.name.startswith("test_"):
74
return "Test file must start with 'test_'"
75
76
- # if app path directory is the same as the test file directory, use `local_app`
77
- # otherwise, use `create_app_fixture`
78
- is_same_dir = app_file.parent == test_file.parent
79
-
80
test_name = test_file.name.replace(".py", "")
81
rel_path = os.path.relpath(app_file, test_file.parent)
82
0 commit comments