Files
gnatstudio/python
Adrien Boulanger 172aaf4eaf TA14-030: Python coverage in GS
Monitor the new environment variable GNATSTUDIO_PYTHON_COV.
This variable must be set to the name of the directory being
tested.

Add --pycov switch in the testsuite CLI.

Create a pycov_data repository containing:
- preferences in the form of .coveragerc
- pycov_startup.xml: when put in $GNATSTUDIO_HOME\startup.xml
enabled all the plugins.
- all the generated file in the form of .coverage.${test_name}

When all the file are generated, run:
$ coverage combine # ignore this if there is only one .coverage*
$ coverage report
$ coverage html    # optional

Change-Id: I4b45243924d939ede5b885ff86541a6d70571b0c
2020-11-04 14:42:43 +01:00
..
2009-11-23 20:11:05 +00:00
2020-11-04 14:42:43 +01:00
2009-11-23 20:11:05 +00:00