Got docker push working
This commit is contained in:
6
my_homepage/test/run_pytest.py
Normal file
6
my_homepage/test/run_pytest.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import sys
|
||||
import pytest
|
||||
|
||||
# if using 'bazel test ...'
|
||||
if __name__ == "__main__":
|
||||
sys.exit(pytest.main(sys.argv[1:]))
|
||||
Reference in New Issue
Block a user