pytest-bdd/tests
David Röthlisberger 3243232fb0 bdd_features_base_dir is relative to pytest rootdir
The pytest rootdir is the directory containing pytest.ini (or similar):
https://docs.pytest.org/en/latest/reference/customize.html#rootdir

This allows you to run pytest when the current working directory isn't
the same as the directory containing the tests. I need to do that
because in my system, the directory containing the tests is on a
read-only filesystem.
2022-11-04 10:42:40 +00:00
..
args tests: Use `pytester` fixture instead of `testdir` 2022-11-04 08:53:07 +00:00
feature bdd_features_base_dir is relative to pytest rootdir 2022-11-04 10:42:40 +00:00
generation tests: Use `pytester` fixture instead of `testdir` 2022-11-04 08:53:07 +00:00
library tests: Use `pytester` fixture instead of `testdir` 2022-11-04 08:53:07 +00:00
scripts tests: Use `pytester` fixture instead of `testdir` 2022-11-04 08:53:07 +00:00
steps tests: Use `pytester` fixture instead of `testdir` 2022-11-04 08:53:07 +00:00
__init__.py Fixed step arguments conflict with the fixtures having the same name 2014-02-19 12:48:14 +01:00
conftest.py Remove pytest<6 support logic 2022-07-26 00:20:31 +02:00
test_hooks.py tests: Use `pytester` fixture instead of `testdir` 2022-11-04 08:53:07 +00:00
utils.py Remove pytest<6 support logic 2022-07-26 00:20:31 +02:00