merging and refining examples, also refining skipping documentation.

This commit is contained in:
holger krekel
2010-11-20 21:35:55 +01:00
parent bd5a9ba392
commit 158e160823
45 changed files with 371 additions and 452 deletions

View File

@@ -0,0 +1,11 @@
# run this with $ py.test --collectonly test_collectonly.py
#
def test_function():
pass
class TestClass:
def test_method(self):
pass
def test_anothermethod(self):
pass