mhchia c028aef2de
Fix all tests
- Dedup `perform_test_from_obj` and the test cases used in both
`test_floodsub` and `test_gossipsub_backward_compatibility.py`.
Therefore, they are put in the standalone file
`tests/pubsub/floodsub_integration_test_settings.py`. The functions
and testcases are imported from there then.
- IMO still need a refactor on the tests. There are still some duplicate
code.
2019-07-27 11:49:03 +08:00
..
2019-03-17 19:33:40 -04:00
2019-04-28 17:57:57 -04:00
2019-01-09 21:38:56 +03:00
2019-07-20 22:43:32 +08:00
2019-03-17 21:30:56 -04:00
2019-07-27 11:49:03 +08:00
2018-11-26 18:24:29 -05:00
2019-07-25 23:11:27 +08:00

pytest gathers tests according to a naming convention. By default any file that is to contain tests must be named starting with test_ and any function in a file that should be treated as a test must also start with test_.