Skip to content

Commit

Permalink
Merge pull request #797 from dapphub/fancy-tests
Browse files Browse the repository at this point in the history
dapp-tests: use bash_unit as a test runner
  • Loading branch information
d-xo authored Sep 21, 2021
2 parents 0bccaa3 + 443232e commit 4f40b0c
Show file tree
Hide file tree
Showing 10 changed files with 308 additions and 197 deletions.
4 changes: 4 additions & 0 deletions src/dapp-tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
gethout
hevmout
__pycache__/
out
2 changes: 1 addition & 1 deletion src/dapp-tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test:
pytest --hypothesis-show-statistics integration/diff-fuzz.py
integration/tests.sh
bash_unit integration/tests.sh

.PHONY: test
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 4f40b0c

Please sign in to comment.