cfme.markers.crud module
crud: Marker for marking the test as a CRUD test (crud)
Useful for eg. running only crud tests.
Tests will be marked automatically if:
- their name starts with crud_
- their name ends with _crud
- their name contains _crud_
-
cfme.markers.crud.pytest_configure(config)[source]
-
cfme.markers.crud.pytest_itemcollected(item)[source]