automation: test ordering and depends #290

Closed
opened 2022-02-25 13:50:54 +00:00 by pavel.baykov · 4 comments
pavel.baykov commented 2022-02-25 13:50:54 +00:00 (Migrated from gitlab.com)

pytest have pytest-dependency plugin which can handle depends, but does not support ordering
and pytest-order which supports ordering
two plugins for some reasons does not work at the same time
either need to fix it or build own solution

pytest have pytest-dependency plugin which can handle depends, but does not support ordering and pytest-order which supports ordering two plugins for some reasons does not work at the same time either need to fix it or build own solution
pavel.baykov commented 2022-02-25 13:50:55 +00:00 (Migrated from gitlab.com)

assigned to @pavel.baykov

assigned to @pavel.baykov
pavel.baykov commented 2022-02-25 20:28:39 +00:00 (Migrated from gitlab.com)

bug comes from
../../.local/lib/python3.8/site-packages/pytest_dependency.py

addResult does not add «pass» value for passed tests, or wrong naming of the tests
name tag : pytest.mark.dependency(name="foo") does not change name

bug comes from ../../.local/lib/python3.8/site-packages/pytest_dependency.py addResult does not add «pass» value for passed tests, or wrong naming of the tests name tag : pytest.mark.dependency(name="foo") does not change name
pavel.baykov commented 2022-02-25 20:29:06 +00:00 (Migrated from gitlab.com)

added 2h of time spent

added 2h of time spent
pavel.baykov commented 2022-02-28 19:00:34 +00:00 (Migrated from gitlab.com)

added 5h of time spent

added 5h of time spent
serkixenos (Migrated from gitlab.com) closed this issue 2022-03-04 19:13:20 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Peerplays_Blockchain/peerplays_migrated#290
No description provided.