Metadata-Version: 2.1
Name: asyncUnittest
Version: 1.0.8
Summary: Fully asynchronous unit test
Home-page: https://github.com/monk-after-90s/asyncUnittest.git
Author: Antas
Author-email: 
License: UNKNOWN
Description: # asyncUnittest
        Fully asynchronous unit test.
        Define test method with 'test' in its name's lower case, starting or ending with no '_'. For example, test_connect and cancel_test, but _test_connect, cancel_test_ will be ignored.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
