Etan Kissling
81397342d0
fix relative import paths for Nim 2.0 ( #5397 )
...
In Nim 2.0, relative `import` paths are validated more strictly;
this fixes the incorrect paths used in some tests.
2023-09-06 08:17:59 +00:00
Eugene Kabanov
e51095e2f8
Fix Windows MAX_PATH constraint issue in CI. ( #4576 )
...
* Fix MAX_PATH limitation in tests.
* Fix posix issues.
* Fix compilation issue.
2023-02-10 21:59:38 +01:00
tersec
28ba2d5544
stylecheck fixes ( #3592 )
2022-04-14 13:47:14 +03:00
tersec
50f5754e3c
exists{Dir,File} -> {dir,file}Exists; rm unused imports ( #3543 )
2022-03-24 00:38:48 +00:00
tersec
84588b34da
var => let in specs/ and tests/ ( #3425 )
2022-02-20 20:13:06 +00:00
tersec
cd77377375
add Bellatrix fork and transition tests; "Ethereum Foundation" -> EF ( #3242 )
2022-01-05 09:42:56 +01:00
tersec
c0a2f1c98e
refactor executionPayload tests; reduce HashSet creation ( #3003 )
2021-10-20 13:36:38 +02:00
tersec
10981639f1
update 27 spec URLs to v1.1.2 ( #2989 )
2021-10-13 16:49:06 +00:00
Jacek Sieka
0c4bfb1911
test fixture cleanups ( #2976 )
...
* "official" -> "scenarios", like the submodule
* fewer test binaries - various compile hacks have been improved over
time, test suite should follow
* remove obsolete bls tests - there are better test vectors in
nim-blscurve
* remove obsolete mentions of `ssz_testing`
* remove obsolete comments about proc vs globals, unittest2 already uses
proc's
2021-10-12 13:36:52 +02:00