This website requires JavaScript.
Explore
Help
Sign In
status-im
/
eth2.0-specs
mirror of
https://github.com/status-im/eth2.0-specs.git
Watch
2
Star
0
Fork
You've already forked eth2.0-specs
0
Code
Issues
Projects
Releases
Wiki
Activity
e5813bd692
eth2.0-specs
/
tests
/
core
/
pyspec
/
eth2spec
/
test
/
exceptions.py
7 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
Update testing context 1. Add `with_configs` decorator to assign available configs 2. Add `only_full_crosslink` decorator to detect if the configuation can do full crosslinking 3. Add `context.is_pytest` flag: True if calling via pytest. False if calling from test generator.
2020-08-12 12:48:52 +00:00
class
SkippedTest
(
Exception
)
:
.
.
.
Polishing merge tests
2021-09-23 20:10:29 +00:00
class
BlockNotFoundException
(
Exception
)
:
.
.
.