* use absolute imports and print function
* correct minor errors
* relax PEP8 line length for readability
* do not override standard functions and exception
names
* update header comments
* set spdx as a pkg_resources namespace for #2
Signed-off-by: Philippe Ombredanne <[email protected]>
* use a standard unittest test runner available with
python setup.py test
* remove nose dependency. The test can still run alright with nose
or pytest
* update README.md with test instructiosna and improve README
Signed-off-by: Philippe Ombredanne <[email protected]>
No description provided.