-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See CHANGELOG.md for details. Review: #168
- Loading branch information
Showing
37 changed files
with
2,194 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ node_js: | |
script: | ||
- set -e | ||
- npm test | ||
- ./tests/cucumber/docker/run_docker.sh | ||
- make docker-test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# 1.6.0 | ||
# Added | ||
- Clients for Indexer and algod V2 | ||
# 1.5.0 | ||
# Added | ||
- additional Algorand Smart Contracts (ASC) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
unit: | ||
node_modules/.bin/cucumber-js --tags "@unit.offline or @unit.algod or @unit.indexer" tests/cucumber/features --require tests/cucumber/steps/* | ||
|
||
integration: | ||
node_modules/.bin/cucumber-js --tags "@algod or @assets or @auction or @kmd or @send or @template or @indexer" tests/cucumber/features --require tests/cucumber/steps/* | ||
|
||
docker-test: | ||
./tests/cucumber/docker/run_docker.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.