Skip to content

Commit d7d6b07

Browse files
committed
rewrite tests using shutil2
--HG-- rename : test.sh => tests/test.sh
1 parent 4f964c7 commit d7d6b07

File tree

4 files changed

+1251
-105
lines changed

4 files changed

+1251
-105
lines changed

pavement.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,7 @@ def html():
115115
outfile.unlink()
116116
sh('rst2html.py %s README.html' % README_FILE)
117117
return
118+
119+
@task
120+
def test():
121+
sh('./tests/test.sh')

test.sh

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

0 commit comments

Comments
 (0)