issues Search Results · repo:pytest-dev/pytest-order language:Python
Filter by
33 results
(72 ms)33 results
inpytest-dev/pytest-order (press backspace or delete to remove)At present, users can create logically incompatible orderings (e.g. A after B, A before C, but C before B). This results
in silent skipping of the offending test with the warning log
WARNING: cannot execute ...
enhancement
heidimhurst
- 9
- Opened on Aug 21, 2024
- #140
https://github.com/pytest-dev/pytest-order/blob/766c728549688137c05be838ac86417b172f6a09/setup.cfg#L2
Setuptools now gives this warning:
/usr/lib/python3/dist-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: ...
juliangilbey
- 1
- Opened on Aug 9, 2024
- #137
All I need is for one particular module to run last is this possible?
I didn t see this anywhere in the docs. Want I would want is to be able to set the order at the top of the pytest file.
For example ...
red8888
- Opened on May 22, 2024
- #123
A bizarre error, which you may have some insight into. I obtain the same error if I use 1.2.0 or the current HEAD
(commit a568bb1):
=================================== FAILURES =================================== ...
juliangilbey
- 8
- Opened on Mar 17, 2024
- #110
Looks like pytest shows some warnings details
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-pytest-order-1.2.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-pytest-order-1.2.0-2.fc35.x86_64/usr/lib/python3.8/site-packages ...
kloczek
- 4
- Opened on Feb 11, 2024
- #101
The pytest-order doesn t order fixtures. Would this feature be in the scope of the plugin?
To reproduce:
import pytest
@pytest.fixture
def fixt1():
print( fixt1 )
@pytest.fixture
def fixt2(fixt1): ...
orsinium
- 3
- Opened on Jan 23, 2024
- #98
Hi, I have the following test code:
class BaseTest:
...
@pytest.mark.dependency(name= one , depends=[ zero ])
def test_one(self, fixtures...):
...
@pytest.mark.dependency(name= ...
bug
hnandiwada
- 5
- Opened on May 23, 2023
- #71
It s not issue, it s rather question.
Suppose, I have test which I d like to run last after all tests and it defined in separate module:
test_check_all_logs_after_tests_run.py @pytest.mark.order( last ...
question
dmitrysbor
- 5
- Opened on Sep 22, 2022
- #66
I use venv with following packages: Python 3.10.4 pytest Version: 7.1.2
and I installed pytest-order like this: pip3 install pytest-order
When I try to run this example: import pytest
@pytest.mark.order(2) ...
question
dmitrysbor
- 14
- Opened on Sep 22, 2022
- #65
I was looking at pytest-dependency and came across pytest-order. It looks pretty neat and works in the way I was hoping
it would. It s amazing how this library works !
One issue I found was that when ...
enhancement
AbdealiLoKo
- 5
- Opened on Aug 29, 2022
- #64

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.