adapt to pluggy naming, rename pytest.hookspec_opts to pytest.hookspec,s ame with hookimpl_opts

--HG--
branch : pluggy1
This commit is contained in:
holger krekel
2015-05-06 10:08:08 +02:00
parent 5ea7f0342b
commit bddc88f09e
20 changed files with 81 additions and 75 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ if __name__ == '__main__': # if run as a script or by 'python -m pytest'
from _pytest.config import (
main, UsageError, _preloadplugins, cmdline,
hookspec_opts, hookimpl_opts
hookspec, hookimpl
)
from _pytest import __version__