You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_basic_without_ssh: use a fixture instead of expecting test_start
"test_start" was never a real test here, turning it into official fixture
makes sure that the VM is started for any test.
There is no other inter-test dependency in this file, this allows to stop
using @pytest.mark.incremental here.
Signed-off-by: Yann Dirson <[email protected]>
0 commit comments