Skip to content

Commit

Permalink
Merge pull request #432 from manulera/update_contributing
Browse files Browse the repository at this point in the history
update contributing with submodule test folder info
  • Loading branch information
jakebeal authored Apr 11, 2024
2 parents 4f078bc + 7f623ce commit 4485a18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ You should now be able to run the unit tests in the `test` directory:
python3 -m unittest
```

**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.

## CODE STYLE

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

0 comments on commit 4485a18

Please sign in to comment.