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

needy integration tests should clean up after themselvs #64

Open
shiggan opened this issue Dec 20, 2018 · 0 comments
Open

needy integration tests should clean up after themselvs #64

shiggan opened this issue Dec 20, 2018 · 0 comments
Labels
test automation fix or enhancement to the unit or integration testing
Milestone

Comments

@shiggan
Copy link
Contributor

shiggan commented Dec 20, 2018

integration tests are a bit needy; now we have most of the SQ api in place they should do their own setup and teardown; and just in case tear down anything already setup.

due to limitations in SQ we cant manage things at the 'application' level; however we can purge the likes of data/schema/assets/tags before an integration test runs - and of course as clean up

integration tests are already limited to running sequentually (because of the fact they must operate on a app that exists already); look at this once the security api is sorted

@shiggan shiggan added the test automation fix or enhancement to the unit or integration testing label Dec 20, 2018
@shiggan shiggan added this to the 1.0 milestone Dec 20, 2018
@shiggan shiggan added this to backlog in work in progress via automation Dec 20, 2018
@shiggan shiggan moved this from backlog to in progress in work in progress Jan 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test automation fix or enhancement to the unit or integration testing
Projects
work in progress
  
in progress
Development

No branches or pull requests

1 participant