You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
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.
The text was updated successfully, but these errors were encountered: