-
Notifications
You must be signed in to change notification settings - Fork 0
miscer/treadmill-garbage-collector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Python 3.5+ is required to run the code. To run the tests, first make sure virtualenv is installed, create a new virtual environment and activate it: virtualenv-3 venv source venv/bin/activate Then install pytest: pip install pytest Then run the tests: pytest To run coverage analysis install coverage.py, run tests and generate the HTML report: pip install coverage coverage -m pytest coverage html The output will be in the htmlcov directory.
About
Python implementation of the treadmill garbage collector
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published