Check-in [f8af2677f9]
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | disable regex warnings |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
f8af2677f9bc4b0223b310b4bd04f599 |
| User & Date: | mario 2020-12-04 21:42:55 |
Context
|
2020-12-04
| ||
| 21:43 | Also scan */__init__.py files as plugins check-in: b9f1bd8537 user: mario tags: trunk | |
| 21:42 | disable regex warnings check-in: f8af2677f9 user: mario tags: trunk | |
| 21:42 | Add type:image support. Config option for separate menu entries. check-in: 30e51dc3f7 user: mario tags: trunk | |
Changes
Changes to pytest.ini.
1 2 | [pytest] minversion = 1.0 | | | 1 2 3 4 5 6 7 | [pytest] minversion = 1.0 addopts = -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]* !_* |