automation: implement cli options (start, init, stop dockers), add test depends #287

Closed
opened 2022-02-22 11:56:37 +00:00 by pavel.baykov · 4 comments
pavel.baykov commented 2022-02-22 11:56:37 +00:00 (Migrated from gitlab.com)
No description provided.
pavel.baykov commented 2022-02-22 11:56:37 +00:00 (Migrated from gitlab.com)

assigned to @pavel.baykov

assigned to @pavel.baykov
pavel.baykov commented 2022-02-22 12:01:07 +00:00 (Migrated from gitlab.com)

added 2h of time spent

added 2h of time spent
pavel.baykov commented 2022-02-22 13:09:07 +00:00 (Migrated from gitlab.com)

by default all options enabled and could be skipped: start, init, stop and it’s most time consuming example of disabling them pytest -s -v test.py --rundockers=no --initdockers=no --shutdowndockers=no

by default all options enabled and could be skipped: start, init, stop and it’s most time consuming example of disabling them pytest -s -v test.py --rundockers=no --initdockers=no --shutdowndockers=no
pavel.baykov commented 2022-02-22 18:40:03 +00:00 (Migrated from gitlab.com)

added new cli option skipall

example how to start and init test env and don’t run any tests

pytest -s -v test.py --rundockers=yes --initdockers=yes --shutdowndockers=no --skipall=yes

added new cli option skipall example how to start and init test env and don’t run any tests pytest -s -v test.py --rundockers=yes --initdockers=yes --shutdowndockers=no --skipall=yes
serkixenos (Migrated from gitlab.com) closed this issue 2022-02-22 23:59:13 +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#287
No description provided.