Skip to content

Commit

Permalink
Add ProposalOperations tests to run-kontrol.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
qian-hu committed Jul 8, 2024
1 parent 98c8857 commit 1187c06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/kontrol/scripts/run-kontrol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ if [ "$SCRIPT_TESTS" == true ]; then
"EscrowOperationsTest.testCannotUnlockBeforeMinLockTime"
"EscrowOperationsTest.testCannotLockUnlockInRageQuitEscrowState"
"EscrowOperationsTest.testCannotWithdrawBeforeEthClaimTimelockElapsed"
"ProposalOperationsTest.testCannotProposeInInvalidState"
"ProposalOperationsTest.testCannotScheduleInInvalidStates"
"ProposalOperationsTest.testCannotScheduleSubmissionAfterLastVetoSignalling"
"ProposalOperationsTest.testCanceledOrExecutedActionsCannotBeRescheduled"
"ProposalOperationsTest.testCannotScheduleBeforeMinTimelock"
"ProposalOperationsTest.testSchedulingSuccess"
"ProposalOperationsTest.testCannotExecuteBeforeEmergencyProtectionTimelock"
)
elif [ "$CUSTOM_TESTS" != 0 ]; then
test_list=( "${@:${CUSTOM_TESTS}}" )
Expand Down

0 comments on commit 1187c06

Please sign in to comment.