Skip to content

Instantly share code, notes, and snippets.

@davehunt
Created December 7, 2011 14:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davehunt/1442986 to your computer and use it in GitHub Desktop.
Save davehunt/1442986 to your computer and use it in GitHub Desktop.
@pytest.mark.bugzilla(id): related bugs in bugzilla.
@pytest.mark.litmus(id): related tests in litmus.
@pytest.mark.nondestructive: does not cause any lasting impression on the application under test.
@pytest.mark.private: contains confidential data such as user credentials.
@pytest.mark.public: does not contain any confidential data such as user credentials.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment