Revision 900d1ef3
Added by koszko over 1 year ago
| Makefile.in | ||
|---|---|---|
| 77 | 77 |
pytest.ini |
| 78 | 78 |
|
| 79 | 79 |
test: test-prepare |
| 80 |
PYTHONPYCACHEPREFIX=$$(pwd)/test__pycache__ MOZ_HEADLESS=whatever \
|
|
| 80 |
PYTHONPYCACHEPREFIX="$$(pwd)/test__pycache__" MOZ_HEADLESS=whatever \
|
|
| 81 | 81 |
"$(PYTHON)" -m pytest |
| 82 | 82 |
|
| 83 | 83 |
test-environment: certs/rootCA.pem certs/site.key |
Also available in: Unified diff
quote $(pwd)