Collection of mostly command line tools / PHP scripts. Somewhat out of date.

⌈⌋ ⎇ branch:  scripts + snippets


Artifact [117ba6b0b3]

Artifact 117ba6b0b3c041bc3b301fd53373fe1811c8a421:

  • File inkscape/pytest.ini — part of check-in [64ef7120d0] at 2022-10-31 09:37:45 on branch trunk — more pacing tests (user: mario size: 260)

[pytest]
minversion = 1.0
addopts = -vv -ra -q --ignore=test/util.py --ignore=test/_*.py --ignore=test/__*.py  -p no:warnings
testpaths = test/
python_files = *.py
# Yes sure pytest, why not do the obvious thing anyway
python_functions = !_* [a-z]* [A-Z]* !_*