Skip to content

nununo/pySnake

Repository files navigation

Tests

  • Built using Python's standard library unittest module.
  • Run with 'python -m unittest'.
  • Use "python -m unittest -v" for a more verbose output.

More information at https://docs.python.org/3/library/unittest.html

Test Coverage

  • Install coverage with 'pip install coverage'.
  • Procedure:
    • Run with 'coverage run -m unittest'.
    • Build HTML report with 'coverage html'.
    • Open htmlcov/index.html.

To exclude third-party code from the analysis use '--omit="/*"' after the "run" keyword. For more information and details on the coverage tool, see: https://coverage.readthedocs.io/en/coverage-4.4.1/

About

Python snake (learning Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages