Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Fix testing command
  • Loading branch information
erogol authored Oct 26, 2021
1 parent 035ed43 commit ff88c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ The following steps are tested on an Ubuntu system.
8. Run the tests to see how your updates work with the rest of the project. You can repeat this step multiple times as you implement your changes to make sure you are on the right direction.

```bash
$ make tests
$ make test # stop at the first error
$ make test_all # run all the tests, report all the errors
```

9. Format your code. We use ```black``` for code and ```isort``` for ```import``` formatting.
Expand Down

0 comments on commit ff88c72

Please sign in to comment.