3 lines
60 B
Bash
Executable File
3 lines
60 B
Bash
Executable File
#!/usr/bin/env bash
|
|
pytest -v -m "not smt and not rkt" "$@"
|