4 lines
80 B
Bash
4 lines
80 B
Bash
|
#!/bin/bash
|
||
|
cd ../source
|
||
|
python3 -m pytest --ignore Tests/misc/plistlib_test.py
|