
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.
python/.coveragerc |
---|
python/.gitignore |
---|
python/dev-requirements.txt |
---|
python/diffx/tests/__init__.py |
---|
python/diffx/tests/testcases.py |
---|
python/tests/runtests.py |
---|