Alessio Bogon
|
1494d5ab39
|
Fixes after the merge
|
2022-03-05 19:17:04 +01:00 |
Alessio Bogon
|
615b247bed
|
Fix types
|
2022-03-05 17:44:14 +01:00 |
pre-commit-ci[bot]
|
c15669e552
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2022-03-05 16:34:23 +00:00 |
Alessio Bogon
|
7c714f5599
|
Merge remote-tracking branch 'origin/master' into rewrite-parser
# Conflicts:
# pytest_bdd/parser.py
# tests/feature/test_scenarios.py
|
2022-03-05 17:33:54 +01:00 |
Alessio Bogon
|
503be823c9
|
Move the filenames in the code block itself.
|
2022-03-05 17:01:29 +01:00 |
Alessio Bogon
|
4d5443f126
|
Merge pull request #500 from kianmeng/fix-typos
Fix typos
|
2022-03-05 16:50:58 +01:00 |
Alessio Bogon
|
66750f169b
|
Merge branch 'master' into fix-typos
|
2022-03-05 16:49:25 +01:00 |
Alessio Bogon
|
02bf62014f
|
Merge pull request #505 from pytest-dev/add-type-annotations
Add type annotations to the codebase.
|
2022-03-05 16:49:08 +01:00 |
Alessio Bogon
|
01c52c9cf6
|
Merge branch 'master' into fix-typos
|
2022-03-03 13:57:10 +01:00 |
Alessio Bogon
|
e378ccbc2c
|
Fix runtime
|
2022-03-03 13:54:27 +01:00 |
Alessio Bogon
|
3ebd5b3124
|
Fix runtime
|
2022-03-03 13:52:18 +01:00 |
Alessio Bogon
|
0bddeae70f
|
Fix types
|
2022-03-03 13:49:05 +01:00 |
Alessio Bogon
|
4a4ad268fd
|
Remove type annotations from tests
|
2022-03-03 13:47:02 +01:00 |
Alessio Bogon
|
f2299c39f8
|
Simplify annotations
|
2022-03-03 13:43:01 +01:00 |
Alessio Bogon
|
9165dcc7a4
|
Remove dev junk
|
2022-03-03 13:41:56 +01:00 |
Alessio Bogon
|
50d6e2283f
|
Add typing
|
2022-03-03 13:38:25 +01:00 |
Alessio Bogon
|
00abab99dd
|
Remove useless code
|
2022-03-03 13:25:05 +01:00 |
Alessio Bogon
|
4005a00c61
|
Fix types
|
2022-03-03 13:15:01 +01:00 |
Alessio Bogon
|
d756f03308
|
Fix types
|
2022-03-03 13:12:22 +01:00 |
Alessio Bogon
|
607eed2479
|
Fix types, remove unused args
|
2022-03-03 13:05:47 +01:00 |
Alessio Bogon
|
3c32e06384
|
Add changelog notes
|
2022-03-03 13:03:25 +01:00 |
Alessio Bogon
|
39825aa801
|
Fix types, remove unused code
|
2022-03-03 13:01:45 +01:00 |
Alessio Bogon
|
57a590c4d4
|
Fix typing
|
2022-03-03 12:54:00 +01:00 |
Alessio Bogon
|
4292aec408
|
Remove unused method
|
2022-03-03 12:43:59 +01:00 |
Alessio Bogon
|
3195e21649
|
fix typing
|
2022-03-03 12:43:49 +01:00 |
Alessio Bogon
|
38b25ae57f
|
fix typing
|
2022-03-03 12:41:12 +01:00 |
Alessio Bogon
|
c6d13b8b59
|
Fix typing
|
2022-03-03 12:33:02 +01:00 |
Alessio Bogon
|
5b985788a3
|
Fix import
|
2022-02-24 16:56:01 +01:00 |
Alessio Bogon
|
98e33033a9
|
Check that we got a compatible value type
|
2022-02-24 16:53:43 +01:00 |
Alessio Bogon
|
3e49f3b6df
|
Fix types
|
2022-02-24 16:53:27 +01:00 |
Alessio Bogon
|
b112f56e06
|
Use simple inheritance check rather than duck typing checks
|
2022-02-24 16:53:04 +01:00 |
Alessio Bogon
|
32bb62f3e6
|
Add github action to run mypy
|
2022-02-24 16:52:23 +01:00 |
Alessio Bogon
|
644df2ee52
|
Use newer typing syntax
|
2022-02-24 16:00:36 +01:00 |
Alessio Bogon
|
021aa3a2e3
|
Use "from __future__ import annotations" to be less verbose
|
2022-02-24 15:32:20 +01:00 |
Alessio Bogon
|
4fd1ab950c
|
Merge remote-tracking branch 'origin/master' into add-type-annotations
# Conflicts:
# pytest_bdd/parser.py
# pytest_bdd/scenario.py
|
2022-02-24 14:04:24 +01:00 |
Alessio Bogon
|
ddcbeb56bb
|
Merge pull request #499 from pytest-dev/unused-params-validation
remove unused example param validation
|
2022-02-24 13:44:34 +01:00 |
Alessio Bogon
|
5bdeee606c
|
Fix test name
|
2022-02-24 13:34:21 +01:00 |
Alessio Bogon
|
1bd6998263
|
Remove unused code
|
2022-02-24 13:19:14 +01:00 |
Alessio Bogon
|
d088c69640
|
Merge branch 'master' into unused-params-validation
|
2022-02-24 13:12:21 +01:00 |
Alessio Bogon
|
625eff1f5a
|
Merge branch 'master' into fix-typos
|
2022-02-24 13:10:53 +01:00 |
Alessio Bogon
|
d4f74d2264
|
Merge pull request #503 from pytest-dev/step-def-yield
Allow "yield" in step definitions
|
2022-02-24 13:10:22 +01:00 |
Alessio Bogon
|
512fd0f690
|
Update pre-commit config
|
2022-02-24 12:45:07 +01:00 |
Alessio Bogon
|
68078ba446
|
Merge remote-tracking branch 'origin/master' into step-def-yield
# Conflicts:
# CHANGES.rst
# tox.ini
|
2022-02-24 12:41:23 +01:00 |
Alessio Bogon
|
385e6c9bf7
|
Merge pull request #504 from pytest-dev/python_update
Drop python 3.6, pytest<5
|
2022-02-22 17:30:45 +01:00 |
Alessio Bogon
|
743c9a1a4f
|
Fix black version
|
2022-02-22 17:20:11 +01:00 |
Alessio Bogon
|
5737ca4a2d
|
fix pytest-python matrix
|
2022-02-22 17:14:42 +01:00 |
Alessio Bogon
|
d398353d7e
|
Fix Github actions python version
|
2022-02-22 17:04:25 +01:00 |
Alessio Bogon
|
d9540fd75c
|
Simplify tox matrix, do not pin parse_type dependency.
We don't need to pin parse_type, we can just allow any version that the user has.
|
2022-02-22 16:58:26 +01:00 |
Alessio Bogon
|
eedfe5899e
|
Add changelog entry
|
2022-02-22 16:37:37 +01:00 |
Alessio Bogon
|
e48f6aa686
|
Update black version
|
2022-02-22 16:32:15 +01:00 |