fix: Test Environment
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user