diff options
| author | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2015-12-07 18:45:46 +0100 |
|---|---|---|
| committer | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2015-12-07 18:45:46 +0100 |
| commit | d80fde972239b83fd9d56ac2318e8fa37069bb9b (patch) | |
| tree | 52655ae6755119d434d512f50e85d5b3a4f67327 /testing/test_basic_api.py | |
| parent | c6f4ee6124cf9f8123c852522b28a2299b3d35f7 (diff) | |
| download | setuptools-scm-d80fde972239b83fd9d56ac2318e8fa37069bb9b.tar.gz | |
coding and documentation style cleanups
Diffstat (limited to 'testing/test_basic_api.py')
| -rw-r--r-- | testing/test_basic_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_basic_api.py b/testing/test_basic_api.py index 5a8eeca..55a7ea4 100644 --- a/testing/test_basic_api.py +++ b/testing/test_basic_api.py @@ -74,7 +74,7 @@ def test_dump_version(tmpdir): ast.parse(content) -def test_parse(): +def test_parse_plain(): def parse(root): return 'tricked you' assert setuptools_scm.get_version(parse=parse) == 'tricked you' |
