Skip to content

Commit 4485a18

Browse files
authored
Merge pull request #432 from manulera/update_contributing
update contributing with submodule test folder info
2 parents 4f078bc + 7f623ce commit 4485a18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ You should now be able to run the unit tests in the `test` directory:
3434
python3 -m unittest
3535
```
3636

37+
**NOTE:** files required to run the tests are in a git submodule `test/SBOLTestSuite`. These get downloaded if you clone the repo with `--recurse-submodules https://github.com/SynBioDex/pySBOL2.git`. If you have not, you can download them with `git submodule update --init` from the project root directory.
38+
3739
## CODE STYLE
3840

3941
We use [pycodestyle](https://pypi.org/project/pycodestyle/) for our coding guidelines. `pycodestyle`

0 commit comments

Comments
 (0)