mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 16:52:16 +00:00
Related to ticket #1082, this adds support for asciidoc macros to emulate macros from qbk. Macro support is documented at https://github.com/cppalliance/asciidoctor-boost/
9 lines
363 B
INI
9 lines
363 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE=config.test_settings
|
|
addopts = --reuse-db --no-migrations
|
|
norecursedirs = .git config node_modules scss static templates static_deploy
|
|
uploads frontend media kube docker config content .github .pytest_cache venv
|
|
python_files = test_*.py
|
|
markers=
|
|
asciidoctor: indicating test involving local asciidoctor rendering
|