This website requires JavaScript.
Explore
Help
Sign In
status-im
/
libp2p-dht
mirror of
https://github.com/status-im/libp2p-dht.git
Watch
2
Star
0
Fork
You've already forked libp2p-dht
0
Code
Issues
Projects
Releases
Wiki
Activity
bbcfb9f17b
libp2p-dht
/
tests
/
testAll.nim
4 lines
88 B
Nim
Raw
Normal View
History
Unescape
Escape
build: Add CI Actions Add CI workflow to run tests. Add code coverage workflow that publishes results to CodeCov. Add CI and coverage badges to README. Bump asynctest to allow for `setupAll` and `teardownAll`. Add local coverage nimble task. Combine tests in to a testAll file.
2022-02-25 02:39:07 +00:00
import
.
/
dht
/
test_providers
,
protobuf encoding for all message types
2022-04-07 19:02:12 +00:00
.
/
discv5
/
[
test_discoveryv5
,
test_discoveryv5_encoding
]