You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current tests have almost no coverage and there are no examples of usage.
The new Cython port should incorporate the test suite from the v0.2.0 branch and any tests that aren't covered can be marked with @unittest.skip('not in API yet')
The text was updated successfully, but these errors were encountered:
The v0.2.0 branch which was PyTox had an excellent test suite:
https://github.com/TokTok/py-toxcore-c/blob/v0.2.0/tests/tests.py
that covered a lot of the API, and showed good examples of usage.
The current tests have almost no coverage and there are no examples of usage.
The new Cython port should incorporate the test suite from the v0.2.0 branch and any tests that aren't covered can be marked with
@unittest.skip('not in API yet')
The text was updated successfully, but these errors were encountered: