pytest-bdd/tests/args
David Röthlisberger c8677a7783 tests: Use `pytester` fixture instead of `testdir`
`testdir` is deprecated. It's identical to `pytester`, except that
`testdir` returns `py.path` objects whereas `pytester` returns Python
stdlib `Path` objects. So I had to update usages of those paths.

`pytester` was added in pytest 6.2, which is our minimum supported
version.
2022-11-04 08:53:07 +00:00
..
cfparse tests: Use `pytester` fixture instead of `testdir` 2022-11-04 08:53:07 +00:00
parse tests: Use `pytester` fixture instead of `testdir` 2022-11-04 08:53:07 +00:00
regex tests: Use `pytester` fixture instead of `testdir` 2022-11-04 08:53:07 +00:00
__init__.py given validation 2013-09-20 22:48:40 +02:00
test_common.py tests: Use `pytester` fixture instead of `testdir` 2022-11-04 08:53:07 +00:00