nim-libp2p-experimental/tests
Dmitriy Ryajov b63e064b4a
Remove asynccheck (#590)
* Merge master (#555)

* Revisit Floodsub (#543)

Fixes #525

add coverage to unsubscribeAll and testing

* add mounted protos to identify message (#546)

* add stable/unstable auto bumps

* fix auto-bump CI

* merge nbc auto bump with CI in order to bump only on CI success

* put conditional locks on nbc bump (#549)

* Fix minor exception issues (#550)

Makes code compatible with
https://github.com/status-im/nim-chronos/pull/166 without requiring it.

* fix nimbus ref for auto-bump stable's PR

* Split dialer (#542)

* extracting dialing logic to dialer

* exposing upgrade methods on transport

* cleanup

* fixing tests to use new interfaces

* add comments

* add base exception class and fix hierarchy

* fix imports

* `doAssert` is `ValueError` not `AssertionError`?

* revert back to `AssertionError`

Co-authored-by: Giovanni Petrantoni <7008900+sinkingsugar@users.noreply.github.com>
Co-authored-by: Jacek Sieka <jacek@status.im>

* Merge master (#555)

* Revisit Floodsub (#543)

Fixes #525

add coverage to unsubscribeAll and testing

* add mounted protos to identify message (#546)

* add stable/unstable auto bumps

* fix auto-bump CI

* merge nbc auto bump with CI in order to bump only on CI success

* put conditional locks on nbc bump (#549)

* Fix minor exception issues (#550)

Makes code compatible with
https://github.com/status-im/nim-chronos/pull/166 without requiring it.

* fix nimbus ref for auto-bump stable's PR

* Split dialer (#542)

* extracting dialing logic to dialer

* exposing upgrade methods on transport

* cleanup

* fixing tests to use new interfaces

* add comments

* add base exception class and fix hierarchy

* fix imports

* `doAssert` is `ValueError` not `AssertionError`?

* revert back to `AssertionError`

Co-authored-by: Giovanni Petrantoni <7008900+sinkingsugar@users.noreply.github.com>
Co-authored-by: Jacek Sieka <jacek@status.im>

* cleanup

Co-authored-by: Giovanni Petrantoni <7008900+sinkingsugar@users.noreply.github.com>
Co-authored-by: Jacek Sieka <jacek@status.im>
2021-06-14 17:21:44 -06:00
..
pubsub Change newXXXX procs to XXXX.new (#585) 2021-06-07 09:32:08 +02:00
asyncunit.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
helpers.nim Fix trackers tests (#588) 2021-06-14 10:26:11 +02:00
nim.cfg Tests are now testing with --threads:on. 2019-11-06 13:01:16 +02:00
testbufferstream.nim Change newXXXX procs to XXXX.new (#585) 2021-06-07 09:32:08 +02:00
testcid.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testconnection.nim Change newXXXX procs to XXXX.new (#585) 2021-06-07 09:32:08 +02:00
testconnmngr.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testcrypto.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testdaemon.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testecnist.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
tested25519.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testidentify.nim Remove asynccheck (#590) 2021-06-14 17:21:44 -06:00
testinterop.nim Cleanup testinterop imports (#589) 2021-06-11 16:34:40 -06:00
testminasn1.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testminprotobuf.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testmplex.nim Change newXXXX procs to XXXX.new (#585) 2021-06-07 09:32:08 +02:00
testmultiaddress.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testmultibase.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testmultihash.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testmultistream.nim Remove asynccheck (#590) 2021-06-14 17:21:44 -06:00
testnative.nim Concurrent upgrades (#489) 2021-01-04 12:59:05 -06:00
testnoise.nim Remove asynccheck (#590) 2021-06-14 17:21:44 -06:00
testpeerid.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testpeerinfo.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testpeerstore.nim Peer Store implement part II (#586) 2021-06-08 18:55:24 +02:00
testping.nim Remove asynccheck (#590) 2021-06-14 17:21:44 -06:00
testpkifilter.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testrsa.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testsecp256k1.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testsemaphore.nim Semaphore cancellations (#503) 2021-01-14 10:11:12 +01:00
teststreamseq.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testswitch.nim Fix trackers tests (#588) 2021-06-14 10:26:11 +02:00
testtransport.nim Remove asynccheck (#590) 2021-06-14 17:21:44 -06:00
testvarint.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00