nim-eth/tests/rlp/all_tests.nim
Chirag Parmar 034b7886de
clean up redundant code in eth/rlp/writer.nim (#755)
* cleanup macros

* add test cases and fix counting function

* add check statements

* remove deprecated support for Option

* replace some logic

* remove debug print
2024-11-06 11:46:22 +07:00

7 lines
127 B
Nim

import
./test_api_usage,
./test_json_suite,
./test_empty_string,
./test_object_serialization,
./test_optional_fields