Content-Length: 404 | pFad | https://github.com/Sefaria/Sefaria-Project/raw/refs/heads/master/test

gth: 392 #!/bin/bash #py.test tests py.test -v -m 'not deep and not failing' PYTEST_RESULTS=$? #Django API tests python manage.py test reader -v 2 API_RESULTS=$? if [ $PYTEST_RESULTS != 0 ] then echo "py.test failed" fi if [ $API_RESULTS != 0 ] then echo "Django API tests failed" fi if [ $API_RESULTS != 0 ] || [ $PYTEST_RESULTS != 0 ] then exit 1 else echo "All tests passed!" exit 0 fi








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/Sefaria/Sefaria-Project/raw/refs/heads/master/test

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy