Skip to content

Commit

Permalink
adding json config files for ganache tests (#314)
Browse files Browse the repository at this point in the history
* pulling test specific parameters out into json config files

* fixing busted json

* initial pass at lifting to ganache_tests

* SimpleCall.obs uses features that are not yet implemented, so this test now correctly fails! ill remove it for now

* fixing quotations from json

* fixing quotations in the config file

* removing the long sacred EmptyContract.sh
  • Loading branch information
ivoysey committed Apr 2, 2021
1 parent 8fb5202 commit 8de0b51
Show file tree
Hide file tree
Showing 8 changed files with 167 additions and 461 deletions.
6 changes: 6 additions & 0 deletions resources/tests/GanacheTests/BoolLiteral.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"gas" : 30000000,
"gasprice" : "0x9184e72a000",
"startingeth" : 5000000,
"numaccts" : 1
}
150 changes: 0 additions & 150 deletions resources/tests/GanacheTests/BoolLiteral.sh

This file was deleted.

6 changes: 6 additions & 0 deletions resources/tests/GanacheTests/EmptyContract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"gas" : 30000000,
"gasprice" : "0x9184e72a000",
"startingeth" : 5000000,
"numaccts" : 1
}
150 changes: 0 additions & 150 deletions resources/tests/GanacheTests/EmptyContract.sh

This file was deleted.

6 changes: 6 additions & 0 deletions resources/tests/GanacheTests/IntConst.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"gas" : 30000000,
"gasprice" : "0x9184e72a000",
"startingeth" : 5000000,
"numaccts" : 1
}

0 comments on commit 8de0b51

Please sign in to comment.