Refactor structure
Showing
bin/tests_it.sh
0 → 100755
git_cloner/gitlab_wrapper.py
0 → 100644
git_cloner/model/__init__.py
0 → 100644
git_cloner/model/owner/__init__.py
0 → 100644
git_cloner/model/owner/github_owner.py
0 → 100644
git_cloner/model/owner/owner.py
0 → 100644
git_cloner/model/remotes/__init__.py
0 → 100644
git_cloner/model/remotes/github_remote.py
0 → 100644
git_cloner/model/remotes/gitlab_remote.py
0 → 100644
git_cloner/model/remotes/remote.py
0 → 100644
git_cloner/model/repository.py
0 → 100644
git_cloner/operations/__init__.py
0 → 100644
git_cloner/operations/mass_cloner.py
0 → 100644
git_cloner/structure_repo.py
0 → 100644
git_cloner/utils/__init__.py
0 → 100644
git_cloner/utils/config.py
0 → 100644
git_cloner/utils/utils.py
0 → 100644
github_cloner/config.py
deleted
100644 → 0
setuptools==28 | ||
coverage==4.1 | ||
nose==1.3.7 | ||
mock_decorators==1.1.1 |
tests/git_cloner/__init__.py
0 → 100644
tests/git_cloner/model/__init__.py
0 → 100644
tests/git_cloner/model/owner/__init__.py
0 → 100644
tests/git_cloner/model/owner/owner_test.py
0 → 100644
tests/git_cloner/model/remotes/__init__.py
0 → 100644
tests/git_cloner/model/repository_it.py
0 → 100644
tests/git_cloner/model/repository_test.py
0 → 100644
tests/git_cloner/test_gitlab_wrapper.py
0 → 100644
tests/git_cloner/test_structure_repo.py
0 → 100644
tests/git_cloner/utils/__init__.py
0 → 100644
tests/git_cloner/utils/config_test.py
0 → 100644
tests/git_cloner/utils/gen_utils.py
0 → 100644
tests/git_cloner/utils/utils_it.py
0 → 100644
tests/github_cloner/file.txt
deleted
100644 → 0
tests/resources/__init__.py
0 → 100644
tests/resources/consult_result.json
0 → 100644
This diff is collapsed.
Click to expand it.
tests/resources/request_fhuertas_org.json
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment