fix: Test Environment

This commit is contained in:
2026-06-18 22:30:15 -05:00
parent af0b47e2d1
commit 24d44e0b4a
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ task :tdd, [:name] do |_, args|
compose('exec', 'test.dev', "bash -c 'cd #{test_dir}/tests && python3 -m unittest'")
else
compose('exec', 'test.dev', "bash -c 'cd modules && flake8 *'")
compose('exec', 'test.dev', "bash -c 'python -m unittest discover -s modules'")
compose('exec', 'test.dev', "bash -c 'python3 -m unittest discover -s modules'")
end
end