Skip to content

miscer/treadmill-garbage-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published