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
We can rely on the Constellation to be cleaned up nicely -- if all nodes implement the cleanup. But it might not. Also, it may be advantageous to let individual tests clean up as well as possible after themselves.
We could use the pytest fixture idea / way of declaring, applied in a very specific way. Or add tags like @setup and @teardown.
The text was updated successfully, but these errors were encountered:
We can rely on the Constellation to be cleaned up nicely -- if all nodes implement the cleanup. But it might not. Also, it may be advantageous to let individual tests clean up as well as possible after themselves.
We could use the pytest fixture idea / way of declaring, applied in a very specific way. Or add tags like
@setup
and@teardown
.The text was updated successfully, but these errors were encountered: