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 a727f5a commit ada27c5Copy full SHA for ada27c5
tasks.py
@@ -73,7 +73,7 @@ def pytest(context, junit=False, pty=True, base=False, isolated=False):
73
for root, dirnames, _ in os.walk(str(TASK_ROOT / 'tests_isolated')):
74
for dir_name in dirnames:
75
if dir_name.startswith('test_'):
76
- context.run(command_str + ' tests_isolated/' + dir)
+ context.run(command_str + ' tests_isolated/' + dir_name)
77
78
79
namespace.add_task(pytest)
0 commit comments