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

Sandbox tests #122

Open
rosik opened this issue Mar 3, 2021 · 0 comments · May be fixed by #135
Open

Sandbox tests #122

rosik opened this issue Mar 3, 2021 · 0 comments · May be fixed by #135

Comments

@rosik
Copy link
Contributor

rosik commented Mar 3, 2021

We lack the way to run tests in their personal sandboxes. Nowadays the flow sequence is approximately the following:

require('test1')
reqture('test2')

test1.before_all()
test1.test()
test1.after_all()

test2.before_all()
test2.test()
test2.after_all()

If the first test modifies global environment (applies mocks) it may affect subsequent tests in a rather puzzled way. See also tarantool/cartridge#1285

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

Successfully merging a pull request may close this issue.

3 participants