mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
expect -> except in docs/contributing.rst
This commit is contained in:
parent
2159153162
commit
10c991c3ff
@ -245,7 +245,7 @@ It offers several options for failing tests:
|
|||||||
- ``skip``: Skips the execution of this particular test.
|
- ``skip``: Skips the execution of this particular test.
|
||||||
- ``quit``: Quits ``isoltest``.
|
- ``quit``: Quits ``isoltest``.
|
||||||
|
|
||||||
All of these options apply to the current contract, expect ``quit`` which stops the entire testing process.
|
All of these options apply to the current contract, except ``quit`` which stops the entire testing process.
|
||||||
|
|
||||||
Automatically updating the test above changes it to
|
Automatically updating the test above changes it to
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user