diff options
author | 2011-11-12 19:06:55 +0100 | |
---|---|---|
committer | 2011-11-12 19:06:55 +0100 | |
commit | 1836ee60f0a3772188c9341efe737aa03ca6f2ff (patch) | |
tree | b54000ce6ab805d24668c61c69f289fd0fbd3d73 /github3/tests | |
parent | Added converters test (diff) | |
download | python-github3-1836ee60f0a3772188c9341efe737aa03ca6f2ff.tar.xz python-github3-1836ee60f0a3772188c9341efe737aa03ca6f2ff.zip |
PEP8 and renaming
Diffstat (limited to 'github3/tests')
-rw-r--r-- | github3/tests/api_test.py (renamed from github3/tests/test_core.py) | 0 | ||||
-rw-r--r-- | github3/tests/converters_test.py (renamed from github3/tests/test_converters.py) | 0 | ||||
-rw-r--r-- | github3/tests/get_handlers_test.py (renamed from github3/tests/base_test.py) | 1 |
3 files changed, 0 insertions, 1 deletions
diff --git a/github3/tests/test_core.py b/github3/tests/api_test.py index 258a737..258a737 100644 --- a/github3/tests/test_core.py +++ b/github3/tests/api_test.py diff --git a/github3/tests/test_converters.py b/github3/tests/converters_test.py index ca1c715..ca1c715 100644 --- a/github3/tests/test_converters.py +++ b/github3/tests/converters_test.py diff --git a/github3/tests/base_test.py b/github3/tests/get_handlers_test.py index 59d474a..0ae1302 100644 --- a/github3/tests/base_test.py +++ b/github3/tests/get_handlers_test.py @@ -2,7 +2,6 @@ # -*- encoding: utf-8 -*- from unittest import TestCase -import github3 from github3 import api from github3 import handlers |