4 lines
104 B
Plaintext
4 lines
104 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
pytest --benchmark-disable -vv --minimal-messages-config --automake tests/test_functional.py
|