nim-libp2p-experimental/tests/pubsub
Tanguy Cizain caac8191d2
Change newXXXX procs to XXXX.new (#585)
* newBufferStream -> BufferStream.new

* newMultistream -> MultistreamSelect.new

* newSecio -> Secio.new

* newNoise -> Noise.new

* newPlainText -> PlainText.new

* newPubSubPeer -> PubSubPeer.new

* newIdentify -> Identify.new

* newMuxerProvider -> MuxerProvider.new
2021-06-07 09:32:08 +02:00
..
testfloodsub.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testgossipinternal.nim Change newXXXX procs to XXXX.new (#585) 2021-06-07 09:32:08 +02:00
testgossipsub.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testgossipsub2.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testmcache.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testmessage.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testpubsub.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
testtimedcache.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00
utils.nim More gossip coverage (#553) 2021-04-22 18:51:22 +09:00