[svn r37598] removing broken tkinter session support ahead of the

0.9 release (might be re-introduced later)

--HG--
branch : trunk
This commit is contained in:
hpk
2007-01-30 15:02:28 +01:00
parent 1f0835df15
commit e96e4f61c7
19 changed files with 0 additions and 1844 deletions
-5
View File
@@ -224,11 +224,6 @@ class TestSessionAndOptions:
config = py.test.config._reparse([self.tmpdir, '--dist', '--exec=x'])
assert config._getsessionname() == 'RSession'
def test_tkintersession(self):
config = py.test.config._reparse([self.tmpdir, '--tkinter'])
assert config._getsessionname() == 'TkinterSession'
config = py.test.config._reparse([self.tmpdir, '--dist'])
def test_sessionname_lookup_custom(self):
self.tmpdir.join("conftest.py").write(py.code.Source("""
from py.__.test.session import Session