implement and document new invocation mechanisms, see doc/usage.txt

also rename pytest._core to pytest.main for convenience.
This commit is contained in:
holger krekel
2010-11-05 23:37:31 +01:00
parent 6a734efe44
commit d108235095
22 changed files with 228 additions and 106 deletions

View File

@@ -1,7 +1,7 @@
import py
import sys, os
from pytest._core import PluginManager
from pytest.main import PluginManager
import pytest