forked from balancer/balancer-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: bPool unit tests scaffolding (#8)
* test: wip initial test structure * test: complete scaffolding * test: add happy path for joinPool * test: wip * test: tweak assume * test: wip, improve fuzzing * test: improve assume * test: assumes are working now * test: increase tokens to 8 * test: finish happyPath for joinPool * fix: lint * test: improve happyPath * fix: avoid empty tests from running * test: small improvements * fix: small compilation error * test: create Utils library * fix: moving happy path to specific test contract (#11) * fix: moving happy path to specific test contract * fix: linter errors * feat: adding smock package (#10) * feat: adding smock package * fix: moving happy path to specific test contract * fix: linter errors * feat: implementing smock to unit test * fix: adding smock to ci * fix: ci * fix: addressing comments in pr --------- Co-authored-by: Weißer Hase <[email protected]> Co-authored-by: Weißer Hase <[email protected]>
- Loading branch information
1 parent
7efd54a
commit 1a87b42
Showing
12 changed files
with
788 additions
and
45 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
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 |
---|---|---|
|
@@ -19,3 +19,6 @@ broadcast/*/*/* | |
|
||
# Out dir | ||
out | ||
|
||
# Smock dir | ||
test/smock |
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.