]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blobdiff - .circleci/config.yml
Move tests from tap tester (#29)
[github/fretlink/tap-google-sheets.git] / .circleci / config.yml
index 577428f7d0fc72892b242d2cab7b9fe187cdebeb..4a51c9ff5c947fab7b7b871c1a6d6cb44dba83cb 100644 (file)
@@ -16,12 +16,6 @@ jobs:
             pip install .
             pip install pylint
             pylint tap_google_sheets -d C,R,W
-      - run:
-          name: 'Unit Tests'
-          command: |
-            source ~/.virtualenvs/tap-google-sheets/bin/activate
-            pip install nose
-            nosetests
       - run:
           name: 'JSON Validator'
           command: |
@@ -34,13 +28,13 @@ jobs:
             aws s3 cp s3://com-stitchdata-dev-deployment-assets/environments/tap-tester/sandbox dev_env.sh
             source dev_env.sh
             source /usr/local/share/virtualenvs/tap-tester/bin/activate
-            run-a-test --tap=tap-google-sheets \
-                       --target=target-stitch \
-                       --orchestrator=stitch-orchestrator \
-                       --email=harrison+sandboxtest@stitchdata.com \
-                       --password=$SANDBOX_PASSWORD \
-                       --client-id=50 \
-                       tap_tester.suites.google_sheets
+            run-test --tap=tap-google-sheets \
+                     --target=target-stitch \
+                     --orchestrator=stitch-orchestrator \
+                     --email=harrison+sandboxtest@stitchdata.com \
+                     --password=$SANDBOX_PASSWORD \
+                     --client-id=50 \
+                     tests/tap_combined_test.py
       - slack/notify-on-failure:
           only_for_branches: master