summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-10-18 15:10:58 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-10-18 15:12:17 -0400
commite57549076220764ace6f2b67da3600ff5ae33f02 (patch)
treef58432568c9acdd2d6707f7f55e9155ec98d0b04 /CHANGES.rst
parentadf376f699e9ce977dcc47329f1cef7a7a8ce9c7 (diff)
downloadpython-coveragepy-git-e57549076220764ace6f2b67da3600ff5ae33f02.tar.gz
`[run] command_line` is the command line to use for 'coverage run'. #695
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8845d7e5..68128ecd 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -17,6 +17,9 @@ Change history for Coverage.py
Unreleased
----------
+- You can specify the command line to run your program with the ``[run]
+ command_line`` configuration setting. `issue 695`_.
+
- Coverage commands no longer clobber the first entry in sys.path, fixing
`issue 715`_.
@@ -26,6 +29,7 @@ Unreleased
- Combining data files now goes much faster.
+.. _issue 695: https://github.com/nedbat/coveragepy/issues/695
.. _issue 715: https://github.com/nedbat/coveragepy/issues/715
.. _issue 716: https://github.com/nedbat/coveragepy/issues/716