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

Need to figure out how to complete unit tests that are not dependent on personal Asana account #4

Open
jasonrush opened this issue Apr 11, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@jasonrush
Copy link
Owner

I have not created much in the way of unit tests so far as I don't have a good sandbox solution set up (and haven't even investigated it yet). Need to figure out if there is a reasonable way that unit tests could be safely/successfully run by the public without giving access to personal Asana account/projects/tasks.

@jasonrush jasonrush added the enhancement New feature or request label Apr 11, 2020
@jasonrush
Copy link
Owner Author

Preliminary research shows now way to use a public sandbox. Will probably need to figure out some way to pull a proper organization/workspace, and then have the unit tests actually create the "sandbox" along the way (ie create a project, create sections, create tasks, then modify each of the above, then delete each of the above, etc).

@jasonrush
Copy link
Owner Author

I have tentatively begun by creating generic unit tests, not specifying actual object names beyond verifying 'gibberish' names don't actually return any results. Still need to figure out how to structure/order the unit tests better to account for building/destroying things along the way.

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