Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Testing #83

Open
visch opened this issue Oct 28, 2021 · 2 comments
Open

Better Testing #83

visch opened this issue Oct 28, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@visch
Copy link
Contributor

visch commented Oct 28, 2021

Release https://github.com/AutoIDM/tap-clickup/releases/tag/v0.0.11

Introduced a regression where Tasks data only included Archived tasks.

The best way to test for this would be to test the data that gets returned from the clickup API , and do some counts like

select * from folder_task where archived='true'

A good rule of thumb would be when adding / removing something about a stream that changes the data, add a test proving that change.

@visch
Copy link
Contributor Author

visch commented Oct 29, 2021

#84 was caused by bad testing.

Need to add data tests specefically for tasks

  • status closed >= 1
  • archved = true
  • status open >= 1

@visch visch added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Oct 29, 2021
@visch
Copy link
Contributor Author

visch commented Nov 9, 2021

Check for duplicates of

  • Spaces
  • Tasks
  • Folders

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant