pytest-bdd/pytest_bdd
Alessio Bogon 3700cb4296 PoC @scenario_class(...) class generator 2022-07-31 07:05:36 +02:00
..
templates Use `_` as step function name. It should not matter what the name is. 2022-07-10 17:41:12 +02:00
__init__.py PoC @scenario_class(...) class generator 2022-07-31 07:05:36 +02:00
cucumber_json.py Remove unused method 2022-03-03 12:43:59 +01:00
exceptions.py Use "from __future__ import annotations" to be less verbose 2022-02-24 15:32:20 +01:00
feature.py Use newer typing syntax 2022-02-24 16:00:36 +01:00
generation.py Improve function names, add docstring 2022-07-27 21:25:55 +02:00
gherkin_terminal_reporter.py Fix typing 2022-03-03 12:54:00 +01:00
hooks.py Use "from __future__ import annotations" to be less verbose 2022-02-24 15:32:20 +01:00
parser.py Fix logic 2022-07-04 14:28:55 +02:00
parsers.py `parsers.re` now does fullmatch. 2022-07-12 18:56:52 +02:00
plugin.py Use `_` as step function name. It should not matter what the name is. 2022-07-10 17:41:12 +02:00
reporting.py Fix types, remove unused args 2022-03-03 13:05:47 +01:00
scenario.py PoC @scenario_class(...) class generator 2022-07-31 07:05:36 +02:00
scripts.py Use "from __future__ import annotations" to be less verbose 2022-02-24 15:32:20 +01:00
steps.py Fix docstring 2022-07-30 11:55:06 +02:00
types.py Remove TODO for now 2022-07-15 18:20:23 +02:00
utils.py Add stacklevel param to the steps, implement a test that makes use of it 2022-07-29 16:23:31 +02:00