Test suite performance: Build wheels to go faster
|
24 May 2023
Configure tox to package your project as a wheel during testing; this avoids pip repackaging a .tar.gz file to a wheel for each test environment.
Configure tox to package your project as a wheel during testing; this avoids pip repackaging a .tar.gz file to a wheel for each test environment.
Hynek Schlawack posted an article titled "Why you should document your tests". I think that you should document your individual assertions, too.