Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit 6ccc00a

Browse files
committed
Turn example runner into a set of unit tests.
1 parent 216c820 commit 6ccc00a

38 files changed

Lines changed: 113 additions & 84 deletions

buildout.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ parts = py
44
[py]
55
recipe = zc.recipe.egg
66
eggs =
7+
nose
78
xlrd
89
xlwt
910
xlutils

expected/xlwt/overwriting.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

runall.py

Lines changed: 0 additions & 73 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
2009-03-18 21:06:44
33
21:06:44
44
Traceback (most recent call last):
5-
File "py-script.py", line 28, in <module>
6-
execfile(sys.argv[0])
5+
File "bin/py", line 33, in <module>
6+
execfile(__file__)
77
File "dates.py", line 13, in <module>
88
print datetime(*time_value)
99
ValueError: year is out of range

0 commit comments

Comments
 (0)