Commit Graph

26 Commits

Author SHA1 Message Date
bcd7890124 Move test utilities to tools (#356)
* move test factories to libp2p/tools

* remove unused inits

* move pubsub test utils to tools

* cleanup test_interop

* fix typing libp2p/tools/utils

* add typing to pubsub utils

* fix factories typing

* fix typing for floodsub_integration_test_settings

* fix rest of the typing

* fix isort
2019-11-21 11:47:54 +08:00
10dd997805 Reorganize factories 2019-11-06 12:11:09 -08:00
a07c3b0fb0 modify factories to fix tests 2019-11-06 12:11:01 -08:00
3deccac2da fix tests 2019-11-06 12:10:58 -08:00
bafdd8512d Enforce pre-summary newline in docstrings 2019-10-24 20:10:45 +02:00
eef505f2d9 Add automatic docstring formatter and apply 2019-10-24 08:41:10 +02:00
313ae45b45 Add tests for MplexStream 2019-09-19 16:31:42 +08:00
02c55e5d14 Add tests for MplexConn 2019-09-19 16:31:42 +08:00
a9ad37bc6f Add mplex tests and fix error in SwarmConn.close 2019-09-19 16:31:41 +08:00
d61327f5f9 Add tests for SwarmConn 2019-09-19 16:31:41 +08:00
b8b5ac5e06 Add test for notifee disconnected 2019-09-19 16:31:41 +08:00
675c61ce3b Move test_notify from libp2p to network 2019-09-19 16:31:41 +08:00
0356380996 Add tests for swarm, and debug
Fix `swarm_pair_factory`
2019-09-19 16:31:40 +08:00
276ac4d8ab Add initial test for Swarm.close_peer 2019-09-19 16:31:13 +08:00
e7304538da Add test for Swarm.close_peer 2019-09-19 16:31:12 +08:00
df87f5adb9 Add tests against the daemon for close/reset 2019-09-10 18:01:16 +08:00
0ab548aee5 Add the missing tests 2019-09-10 18:01:15 +08:00
7ccdeaf308 Remove test suite for asyncio, *not* py-libp2p 2019-08-24 22:10:47 +02:00
c8005c8113 Run isort in repo 2019-08-03 17:50:14 +08:00
0ae9840928 Run black over repo 2019-07-31 15:00:12 -07:00
ce6ddb27a9 Migrate to new project structure. 2019-01-09 21:38:56 +03:00
803999310a refactoring stream IDs 2018-11-29 13:42:05 -05:00
ZX
8bcffb67cb WIP CI Build Errors (#76)
* ignore TODO and kademlia

* remove unnecessary pass

* fixed swarm warnings

* fixed peerdata_interface warnings

* fixed peer warnings

* fixed rest of linting errors

* trying to fix last error

* fixed dup errors
2018-11-26 18:24:29 -05:00
276aa97f21 adding todo to connection test 2018-11-21 00:13:02 -05:00
2569eac3a0 lint 2018-11-20 23:49:37 -05:00
daf9f69b62 raw_connection echo test 2018-11-20 23:25:49 -05:00