Skip to content

Commit

Permalink
✅ Couple of updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 committed Oct 8, 2020
1 parent 8a6c28f commit cec6208
Show file tree
Hide file tree
Showing 62 changed files with 914 additions and 914 deletions.
6 changes: 3 additions & 3 deletions tests/base/model/test_GithubCloner.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
def test_get_github_auth():
pass # Nothing to test
pass # To be implemented or nothing to test


def test_clone():
pass # Nothing to test
pass # To be implemented or nothing to test


def test__do_clone():
pass # Nothing to test
pass # To be implemented or nothing to test
18 changes: 9 additions & 9 deletions tests/base/model/test_Manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@
class TestManager(TestCase):

def test_name(self):
pass # Nothing to test
pass # To be implemented or nothing to test


def test_is_active(self):
pass # Nothing to test
pass # To be implemented or nothing to test


def test_get_function_caller(self):
pass # Nothing to test
pass # To be implemented or nothing to test


def test_on_start(self):
pass # Nothing to test
pass # To be implemented or nothing to test


def test_on_stop(self):
pass # Nothing to test
pass # To be implemented or nothing to test


def test__init_db(self):
pass # Nothing to test
pass # To be implemented or nothing to test


def test_database_fetch(self):
pass # Nothing to test
pass # To be implemented or nothing to test


def test_database_insert(self):
pass # Nothing to test
pass # To be implemented or nothing to test


def test_prune_table(self):
pass # Nothing to test
pass # To be implemented or nothing to test
Loading

0 comments on commit cec6208

Please sign in to comment.