pytest-bdd/tests/scripts
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
..
__init__.py Implement simple code generation command. Closes #32 2014-09-19 19:28:47 +00:00
test_generate.py tests: Use `pytester` fixture instead of `testdir` 2022-11-04 08:53:07 +00:00
test_main.py docs: Fix a few typos 2021-09-08 21:28:52 +10:00
test_migrate.py tests: Use `pytester` fixture instead of `testdir` 2022-11-04 08:53:07 +00:00