3 lines
96 B
Bash
Executable file
3 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
|
|
poetry run pytest -vvvv --cov=bouquin --cov-report=term-missing --disable-warnings
|