saxbophone / basest-python

Arbitrary base binary-to-text encoder (any base to any base), in Python.
https://pypi.org/project/basest/
Mozilla Public License 2.0
6 stars 0 forks source link

Split up unit test files #32

Open saxbophone opened 6 years ago

saxbophone commented 6 years ago

Some of these have become very large, some contain more than one class.

These should be split out into separate files and where common parts are needed, these common parts should be refactored out to separate files for inclusion where needed.