Skip to content

Instantly share code, notes, and snippets.

View m8ttyB's full-sized avatar

Matt B m8ttyB

  • Nope
  • Earth
View GitHub Profile
@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.
Workflow:
From forked & updated repo:
create branch
Either:
-git branch litmus_11759_test_blank_search (create branch)
-git checkout litmus_11759_test_blank_search (switch to that branch)
or:
-git checkout -b litmus_11759_test_blank_search (create & switch to branch)
Workflow:
From forked & updated repo:
create branch
Either:
-git branch litmus_11759_test_blank_search (create branch)
-git checkout litmus_11759_test_blank_search (switch to that branch)
or:
-git checkout -b litmus_11759_test_blank_search (create & switch to branch)