issues
search
smarie
/
python-pytest-steps
A tiny package to ease the creation of test steps with shared intermediate results/state.
https://smarie.github.io/python-pytest-steps/
BSD 3-Clause "New" or "Revised" License
57
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Move conftest to top-level
#54
jtojnar
opened
2 years ago
1
yield <step-name> does not work without extra yield at the top of the test case
#53
danielFlemstrom
opened
2 years ago
2
Fix typo for note
#52
jeaubin
opened
2 years ago
2
received StopIteration if yield not present. yeah? but what should i do inside an exception block
#51
alexzanderr
closed
2 years ago
6
1.8.0: pytest is failing
#50
kloczek
opened
2 years ago
13
Using new template with nox and github actions
#48
smarie
closed
3 years ago
0
Migrate project template to new one using github actions
#47
smarie
closed
3 years ago
0
add step_bag fixture
#46
j-carson
closed
3 years ago
9
pandas deprecation warning in steps_pytest_harvest_utils.py
#45
j-carson
opened
3 years ago
7
update setup/tests
#44
j-carson
closed
3 years ago
3
pytest-harvest + pytest-steps: results_bag fixture is cross-step, how to get per-step?
#49
j-carson
closed
3 years ago
5
order inverted
#43
bevinhex
closed
3 years ago
3
Pytest marks on generator test step?
#42
dimko
opened
3 years ago
2
TypeError: Unable to hash test parameter '...'. Hashable parameters are required to use steps reliably.
#41
smarie
closed
3 years ago
1
TypeError: test_suite() missing 2 required positional arguments: '________step_name_' and 'request'
#40
IvanHrytskiv
closed
3 years ago
15
Improve packaging
#39
smarie
closed
4 years ago
0
pyproject: add all dependencies required for full build with tests
#38
keszybz
closed
4 years ago
3
Python 3.8 incompatibility: DeprecationWarning: collections.abc
#37
jayvdb
closed
4 years ago
1
Replace `@with_signature(new_sig)` with stub files (`*.pyi`)
#36
smarie
opened
5 years ago
0
Add hint to error message
#35
karlkovaciny
opened
5 years ago
1
Protect against python 2 unicode literals
#34
smarie
closed
5 years ago
0
pytest-steps is not compatible with async functions (pytest.mark.asyncio)
#33
minzoovv
opened
5 years ago
4
Fix grammar
#32
obestwalter
closed
5 years ago
2
If a step that is not the first is selected by a '-k' keyword selection in pytest, no error is raised and the wrong step is run
#31
smarie
opened
5 years ago
0
When calling a decorated test function manually, the test step list is not taken into account
#30
smarie
closed
5 years ago
1
Plugin fails to be detected when pytest-harvest is not present
#29
smarie
closed
5 years ago
0
`pytest_harvest` should not be mandatory for install
#28
smarie
closed
5 years ago
0
`@cross_steps_fixture` does not wait for the last step to perform teardown
#27
smarie
opened
5 years ago
0
`pivot_steps_on_df` does not work on fixtures that are `@one_fixture_per_step`
#26
smarie
closed
5 years ago
0
Detect that `@cross_step_fixture` or `@one_fixture_per_step` is applied on a fixture with the wrong scope.
#25
smarie
closed
5 years ago
0
Tool to declare a fixture as "cross-steps" explicitly
#24
smarie
closed
5 years ago
0
Provide default fixtures for pivoted synthesis when pytest-harvest is installed
#23
smarie
closed
5 years ago
0
Be able to call a decorated test function manually
#22
smarie
closed
5 years ago
0
`StepYieldError` when step ids are present in other parameter ids
#21
smarie
closed
5 years ago
0
pytest-harvest should not be a mandatory dependency
#20
smarie
closed
5 years ago
0
Segfault in travis when executing test inside meta tester
#19
smarie
closed
5 years ago
0
tests order is messed up by pytest-steps in generator mode
#18
smarie
closed
5 years ago
0
marking pytest.fixture as a step in the final report
#17
rplevka
closed
5 years ago
9
Support test functions that are located inside classes
#16
smarie
closed
5 years ago
6
Provide an easy way to keep using pytest_harvest to create a synthesis, even in case of steps
#15
smarie
closed
5 years ago
0
Create meta-tests to test the number or success/skipped/failed
#14
smarie
closed
6 years ago
0
Improve CI to test against several versions of pytest
#13
smarie
closed
6 years ago
0
Generator mode: test function can not use 'request' as a parameter
#12
smarie
closed
6 years ago
0
ImportError when using decorator 4.0.9
#11
Aenvy
closed
6 years ago
1
Use of deprecated getfuncargvalue
#10
denisdubovitskiy
closed
6 years ago
4
Error with older versions of pytest
#9
smarie
closed
6 years ago
0
Generator mode: provide a flag to fail instead of skipping in case of dependency failure
#8
smarie
opened
6 years ago
0
Improve compliance with `pytest-xdist`
#7
smarie
opened
6 years ago
3
define steps as "yield" statements in a generator test function
#6
smarie
closed
6 years ago
1
Python 3: After last tag a new bug appeared: an empty test named `test_steps` was created
#5
smarie
closed
6 years ago
0
Next