This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 511ddc4d444b5ce3f03721c4b2614a7d0f930fb0 Author: Tristan van Berkom <[email protected]> AuthorDate: Sat Mar 19 15:45:02 2022 +0900 setup.cfg: Adding initial setup.cfg --- setup.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..c324a67 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,12 @@ +[aliases] +test=pytest + +[tool:pytest] +addopts = --verbose --basetemp ./tmp --durations=20 +norecursedirs = integration-cache tmp __pycache__ .eggs +python_files = tests/*.py +markers = + integration: run test only if --integration option is specified + datafiles: share datafiles in tests +env = + D:BST_TEST_SUITE=True
