nimi-python icon indicating copy to clipboard operation
nimi-python copied to clipboard

No test coverage for verifying installers pull in dependencies correctly

Open sbethur opened this issue 4 years ago • 1 comments

Description of issue

Unit tests run against source files of the module in generated folder. System tests are run by building a sdist, which doesn't install the dependencies. This means we don't have test coverage for verifying that the installers pull in dependencies like nitclk, hightime, etc. correctly.

sbethur avatar Apr 30 '20 19:04 sbethur

It looks like tox-wheel is the way to do this. It's an external plugin.

It was decided to implement support externally, before trying to add the functionality to tox core. See https://github.com/tox-dev/tox/issues/850

ni-jfitzger avatar Apr 30 '20 19:04 ni-jfitzger