Skip to content

Commit

Permalink
update README for pytest (now we can run tests by command pytest)
Browse files Browse the repository at this point in the history
  • Loading branch information
goswami-rahul committed Apr 10, 2018
1 parent 8b295e7 commit a138d93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Minimal and clean example implementations of data structures and algorithms in P
Thanks for your interest in contributing! There are many ways to contribute to this project. [Get started here](CONTRIBUTING.md)


## Tests
To run the tests, clone the repo and run :
```pytest```

## List of Implementations

- [array](array)
Expand Down

0 comments on commit a138d93

Please sign in to comment.