Skip to content

issues Search Results · repo:pytest-dev/pytest-order language:Python

Filter by

34 results
 (120 ms)

34 results

inpytest-dev/pytest-order (press backspace or delete to remove)

I am experiencing an issue with pytest-order version 1.3.0 where tests without any order marker from one file are executing before a test in another file that is explicitly marked with @pytest.mark.order(1) ...
  • guplem
  • 7
  • Opened 
    22 days ago
  • #182

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
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub