5 lines
136 B
Bash
Executable File
5 lines
136 B
Bash
Executable File
#!/usr/bin/bash
|
|
set -eux
|
|
# NOTE: test_helpers only contains the TestJSON class from upstream
|
|
pytest-3 ./test_basic.py ./test_helpers.py
|