Closed valerauko closed 1 year ago
I think I know what's the issue here so I'll put up a PR to fix if that's all right
maybe we can close this one right @valerauko ?
@dupuchba definitely! The pr is already marked to close this issue when merged.
I've adjusted tests as you suggested. Is there anything else?
In a test namespace when I try to use (at the top level of the namespace, outside of any
deftest
ortesting
)(use-fixtures :each reset-state)
wherereset-state
is a function defined in the same ns, I get an error sayingCan't call setUpAll() once tests have begun running
.use-fixtures :once
works just fine.