diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-28 20:24:23 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-28 20:24:23 -0500 |
commit | c72bfe70f9f8ac6d573689798b364bd664b93444 (patch) | |
tree | d356597357f024c6e252c8fc47137b74e42b8bc2 /test/test_farm.py | |
parent | 49ede2bdf54a12e4eaa9472785cc5544040c077a (diff) | |
download | python-coveragepy-git-c72bfe70f9f8ac6d573689798b364bd664b93444.tar.gz |
Add data_file to the .coveragerc file.
--HG--
branch : config
Diffstat (limited to 'test/test_farm.py')
-rw-r--r-- | test/test_farm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_farm.py b/test/test_farm.py index 859ba416..a36ae122 100644 --- a/test/test_farm.py +++ b/test/test_farm.py @@ -3,7 +3,7 @@ import difflib, filecmp, fnmatch, glob, os, re, shutil, sys sys.path.insert(0, os.path.split(__file__)[0]) # Force relative import for Py3k -from backtest import run_command, execfile # pylint: disable-msg=W0622 +from backtest import run_command, execfile # pylint: disable-msg=W0622 def test_farm(clean_only=False): |