First skeleton

This commit is contained in:
Vincent Jacques
2012-02-12 13:49:08 +01:00
parent 3e33f38927
commit a1ce5a0dbd
3 changed files with 8 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
import unittest
from GithubObject import GithubObject
unittest.main()
+2
View File
@@ -0,0 +1,2 @@
def GithubObject( *attributes ):
pass
+1 -1
View File
@@ -4,7 +4,7 @@ rm -f $(find -name "*.pyc")
coverage erase
for f in *Test.py
for f in $(find -name "*Test.py")
do
coverage run --append $f --quiet
echo