mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- In pytest-bdd v4.0, given steps are no longer fixtures. Mark steps as fixtures when needed. - Remove 'test_' prefix from step function names, so that pytest doesn't run those twice. Test performed: - Run all tests, no more pytest-bdd v4.0 related failures - All the openvpn, snapshot and users module tests pass Signed-off-by: Veiko Aasa <veiko17@disroot.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>