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
It might be worth converting the tests to pytest. Then we could take advantage of fixtures such as temporary directories for writing the .cl files so that we don't get conflicts between tests. Also, it would allow for test parameterization.
It might be worth converting the tests to pytest. Then we could take advantage of fixtures such as temporary directories for writing the
.clfiles so that we don't get conflicts between tests. Also, it would allow for test parameterization.