Spaces:
Running
Running
File size: 55 Bytes
27fd333 |
1 2 3 4 5 6 |
#!/bin/bash
set -x
# libs
pytest api/tests/unit_tests
|