Skip to content

Commit

Permalink
Testing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLister-STFC committed Sep 16, 2019
1 parent b7f8f0b commit e30049c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/contributors/guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ Git:
^^^^

Branches should be created from master, and by convention follow the pattern "nnn_description" where nnn is the issue number.


Testing:
^^^^^^^^

All tests should pass before submitting code.
Tests are written using unittests and the suggestion is to run it with pytest.

0 comments on commit e30049c

Please sign in to comment.