You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Robert Zajac 4681e1e08d libp2p end to end test 6 years ago
..
libp2p libp2p end to end test 6 years ago
peer Peer tests and minor peer features/bug fixes. 6 years ago
README.md Add readme describing test naming convention 6 years ago
__init__.py Peer tests and minor peer features/bug fixes. 6 years ago
test_example.py Peer tests and minor peer features/bug fixes. 6 years ago

README.md

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_.