Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 924 Bytes

tp.rest

File metadata and controls

64 lines (36 loc) · 924 Bytes

Test Plan

Purpose

The are tested by

  • the motivations in the
  • this whole documentation

The tests here concentrate on .

Test Driver

There are only automatic tests.

pytest and tox are used to run the tests.

To run tox, in the root folder, enter:

tox

To run pytest, in the root folder, enter:

py.test

To have a test coverage report, enter:

py.test --cov=rstdoc --cov-report term-missing

Test Coverage

The tests aim to produce 100% test coverage.

The current test coverage is this.

Tests