mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
First skeleton
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import unittest
|
||||
|
||||
from GithubObject import GithubObject
|
||||
|
||||
unittest.main()
|
||||
@@ -0,0 +1,2 @@
|
||||
def GithubObject( *attributes ):
|
||||
pass
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user