more args to pytest

This commit is contained in:
Jan Petykiewicz 2019-10-27 16:16:43 -07:00
parent b0b295d1ac
commit 7da80c3e64

View File

@ -91,7 +91,7 @@ source venv/bin/activate
pip3 install --user -e './meanas[test,examples]' pip3 install --user -e './meanas[test,examples]'
# Run tests # Run tests
python3 -m pytest python3 -m pytest -rsxX | tee test_results.txt
``` ```
#### See also: #### See also: