Creates a template for python packaging.
Stars
1
Forks
0
Watchers
1
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
8
commits
Removed unnecessary packages from test_requirements and updated run-tests.sh to actually parse multiple YAML files.
c064105View on GitHubUpdated run-tests.sh to allow unit tests to be skipped, but venv and static checking to still happen. Fixed up some PyLint issues.
cc5e1c4View on GitHubVarious improvements to test discovery and running. Added --test-dir option to run-tests to specify dest discovery start dir. Default: tests/
5605664View on GitHubAdded useful setup.py vs requirements.txt link to README.
2a723a8View on GitHubUpdated travis yml to run the tests using the coverage module.
c184f27View on GitHubImproved run-tests.sh and skipped the unimplemented unit tests.
db4877bView on GitHubAdded .testrc and branch argument for enablement of coverage --branch.
a1ab872View on GitHubFully decoupled `run-tests.sh` from the library by using package discovery from setuptools.
22abb73View on GitHubStarted laying the groundwork for templating the produced files and describing the options/formats in a config.
651a6cfView on GitHub