chipx86 got a fish trophy!
Add initial support for unit tests for the diffx module.
Review Request #11711 — Created July 7, 2021 and submitted — Latest diff uploaded
This adds a test runner, development dependencies, coverage
configuration, and a baseTestCase
class for unit tests for the
diffx
module.Right now, there are no unit tests. Upcoming changes will begin
introducing a working DiffX implementation with tests built upon this
foundation.
Ran unit tests on Python 2 and 3 with the upcoming DiffX changes.