Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit 1ba5a90

Browse files
committed
move test ->tests and add customer tests
1 parent 3ca78ae commit 1ba5a90

File tree

76 files changed

+313
-3151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+313
-3151
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.py[cod]
2+
accounts.json
23

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ python:
77
install:
88
- pip install -r requirements.txt
99
- pip install -r test-requirements.txt
10-
script: nosetests ./test
10+
script: nosetests ./tests -v
1111
before_install:
1212
- openssl aes-256-cbc -K $encrypted_27a1e8612058_key -iv $encrypted_27a1e8612058_iv -in ./travis-ci/accounts.enc -out ./travis-ci/accounts.json -d

test/test_address.py

-48
This file was deleted.

test/test_capture_transaction_request.py

-48
This file was deleted.

test/test_capture_transaction_response.py

-48
This file was deleted.

test/test_card.py

-48
This file was deleted.

test/test_card_brand.py

-48
This file was deleted.

test/test_charge_request.py

-48
This file was deleted.

test/test_charge_response.py

-48
This file was deleted.

0 commit comments

Comments
 (0)