Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add requirement to fetch behave source code and update readme #262

Merged
merged 3 commits into from
Dec 8, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ Alternatively, choose a [distribution file](https://pypi.org/project/py-algorand

## SDK Development

Run tests with `make docker-test`
Install dependencies
* `pip install -r requirements.txt`

Run tests
* `make docker-test`
* `make unit` (only unit tests)
* `make integration` (only integration tests)
jasonpaulos marked this conversation as resolved.
Show resolved Hide resolved

Format code:
* `black .`

## Quick start

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.
black==21.9b0
black==21.9b0
git+https://github.com/behave/behave