File: README.rst

package info (click to toggle)
python-pytest-cov 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 424 kB
  • sloc: python: 2,338; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Simple examples with ``tox.ini``
================================

These examples provide necessary configuration to:

* aggregate coverage from multiple interpreters
* support tox parallel mode
* run tests on installed code

The `adhoc` layout is the old and problematic layout where you can mix up the installed code
with the source code. However, these examples will provide correct configuration even for
the `adhoc` layout.

The `src` layout configuration is less complicated, have that in mind when picking a layout
for your project.