nim-codex/tests
Eric Mastro 04d223ba71
make integration test very loose
Accurate integration tests counting the exact number of expected missed proofs has proved elusive to tackle due to trying to emulate whether or not the validator should be able to mark missing proofs or not.

As a workaround for the time being, loose tests are now being used that ensure a slot is freed after enough proofs are missed (due to being invalid).
2023-04-24 19:37:19 +10:00
..
codex clean up 2023-04-20 18:57:56 +10:00
contracts Validator (#387) 2023-04-19 15:06:00 +02:00
fixtures Node setup (#32) 2022-01-10 09:32:56 -06:00
integration make integration test very loose 2023-04-24 19:37:19 +10:00
config.nims [build] fix: ignore logging when running singular tests (#369) 2023-03-16 15:32:09 +01:00
ethertest.nim [tests] move ethertest module up one level 2022-05-19 10:38:19 +02:00
examples.nim Validator (#387) 2023-04-19 15:06:00 +02:00
logging.nim [build] fix: ignore logging when running singular tests (#369) 2023-03-16 15:32:09 +01:00
testCodex.nim Validator (#387) 2023-04-19 15:06:00 +02:00
testContracts.nim Validator (#387) 2023-04-19 15:06:00 +02:00
testIntegration.nim Generate proofs when required (#383) 2023-03-27 15:47:25 +02:00