Closed sarnold closed 8 months ago
Basic tox config using nosetest to run each file with "import unittest" does "work" but it can't find all the sources and the coverage is fubared.
My apologies for the interruption, normal operations are resuming :-)
Can you please remove the CI additions (.coveragerc
, setup.cfg
, tox.ini
) from the PR?
We're in the process of configuring the repo for GSG's existing CI infrastructure.
This is a great PR, thank you muchly!
Howdy: found this while working on some USB hardware projects, and it seemed like an interesting tool (and learning experience) but the current state needed a few fixes, mainly imports and missing commas (where the latter includes some trailing commas to help with merge/patch sanity). That said, USB protocols aren't really my thing, so I still have some questions about the proper/correct internal imports between
types
andemitters
and between UAC and MIDI modules. Thanks!Currently:
and:
Note that test discovery is currently broken due to duplicate names being dropped, as it should find 42 tests.