Split up tests into modules.
authorJoshua Roesslein <jroesslein@gmail.com>
Sun, 19 May 2013 04:49:15 +0000 (21:49 -0700)
committerJoshua Roesslein <jroesslein@gmail.com>
Sun, 19 May 2013 04:49:15 +0000 (21:49 -0700)
commitfef0f30c17ec6171e498e9564ea9c65123cccb71
tree808845552760176219a2abcc3a30dac20fb66fd7
parent0b47bfebc920b074c1130fb08aef75842fb96b9a
Split up tests into modules.

  - Keep auth tests disabled in CI since they require user input.
.travis.yml
tests/__init__.py [new file with mode: 0644]
tests/config.py [new file with mode: 0644]
tests/test_api.py [moved from tests.py with 93% similarity]
tests/test_auth.py [new file with mode: 0644]