diff options
author | asaf-erlich <aerlich@talend.com> | 2021-03-02 12:58:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 12:58:22 -0800 |
commit | df8469166213671b2cf6ac2c9b0d36b17576af82 (patch) | |
tree | ea3c75073f65331141d36428f9534f6695e52fbe /.gitignore | |
parent | 7f117db04ea9505e3856494064ac5a2a3e4e906d (diff) | |
download | tap-google-sheets-df8469166213671b2cf6ac2c9b0d36b17576af82.tar.gz tap-google-sheets-df8469166213671b2cf6ac2c9b0d36b17576af82.tar.zst tap-google-sheets-df8469166213671b2cf6ac2c9b0d36b17576af82.zip |
Move tests from tap tester (#29)
* Moved tests over from tap-tester
* Remove test configuration from gitignore
* Move config into the test itself, ran it to make sure it passes
* Fix circle config to use local tests
* Removing unit tests, it doesn't run any
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,5 +18,4 @@ build/ | |||
18 | tap_google_sheets/.vscode/settings.json | 18 | tap_google_sheets/.vscode/settings.json |
19 | *.ipynb | 19 | *.ipynb |
20 | .DS_Store | 20 | .DS_Store |
21 | test_configuration.py | ||
22 | tap_target_commands.sh | 21 | tap_target_commands.sh |