diff options
| author | Georg Brandl <georg@python.org> | 2013-04-01 11:39:32 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-04-01 11:39:32 +0200 |
| commit | 1f56d98b998bcc0b5eb0b3bf375789fc1a42bcfb (patch) | |
| tree | b3fd18795328347c142bb1adaa56ee00b0690e61 /tests/test_linkcode.py | |
| parent | 031582c0b85de68dbcaf2cf9377c513deee1d0be (diff) | |
| download | sphinx-1f56d98b998bcc0b5eb0b3bf375789fc1a42bcfb.tar.gz | |
tests: replace "from util import *" by explicit imports
Diffstat (limited to 'tests/test_linkcode.py')
| -rw-r--r-- | tests/test_linkcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_linkcode.py b/tests/test_linkcode.py index 6e9bd6f8..507cd9ce 100644 --- a/tests/test_linkcode.py +++ b/tests/test_linkcode.py @@ -10,7 +10,7 @@ """ import os -from util import * +from util import with_app @with_app(srcdir='(temp)', buildername='html', tags=['test_linkcode']) def test_html(app): |
