6 lines
50 B
Bash
Executable File
6 lines
50 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
python -m pytest -m offline
|