diff options
author | Barry Warsaw <barry@python.org> | 2015-01-22 15:41:52 -0500 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2015-01-22 15:41:52 -0500 |
commit | 6f3fadcfeec94711de32574f7738f98aa0a697ac (patch) | |
tree | ff64de868b0cdc154b754a40e91530e5a5396469 /tox.ini | |
parent | 9a16a6a2e9929098474e0db23db130cf172aeba4 (diff) | |
download | vyos-cloud-init-6f3fadcfeec94711de32574f7738f98aa0a697ac.tar.gz vyos-cloud-init-6f3fadcfeec94711de32574f7738f98aa0a697ac.zip |
Convert helpers.py and test_data.py from mocker to mock.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ envlist = py26,py27,py34 recreate = True [testenv] -commands = python -m nose -v tests +commands = python -m nose tests deps = contextlib2 httpretty>=0.7.1 |