fd893afba6
delete old interop, turn on with placeholders, add py312 and py313 to CI testing
2025-05-08 13:30:00 -06:00
24b2704d8c
move factories to tests/utils/factories
2025-03-27 14:21:45 -06:00
df72979606
moved factories to tests
2025-03-24 07:59:35 -06:00
94483714a3
run lint and fix errors, except mypy
2024-02-19 16:05:58 -07:00
13e8f496a7
Noise: add noise option in the factories and tests
2020-02-28 15:50:01 +08:00
1e600ea7e0
Fix Mplex and Swarm
2019-11-29 19:09:56 +08:00
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
9e8a6bdf29
Update tests/conftest.py
...
Co-Authored-By: NIC Lin <twedusuck@gmail.com >
2019-08-31 22:32:43 +08:00
c61a06706a
Refactor interop tests and factories
...
- Add `close` and `disconnect` in `Host`
- Add `close` and `close_peer` in `Network`
- Change `IListener.close` to async, to await for server's closing
- Add factories for security transports, and modify `HostFactory`
2019-08-29 21:38:06 +08:00