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 should remove integration tests from iroha into a separate crate. The reason is that those are not client integration tests but rather a full system tests. I propose that we move them into iroha_test_network and rename the iroha_test_network into iroha_test_suite or something similar
I would like to get your opinions here
The text was updated successfully, but these errors were encountered:
I propose that we move them into iroha_test_network and rename the iroha_test_network into iroha_test_suite or something similar
iroha_test_network might in future replace current test_env.py if we make it an executable. This might be useful e.g. to re-use it in JS SDK tests and in other SDKs too. Renaming it to iroha_test_suite contradicts this intention.
Apart from that, I agree that integration tests are better to be in a separate place from the client.
We should remove integration tests from
iroha
into a separate crate. The reason is that those are not client integration tests but rather a full system tests. I propose that we move them intoiroha_test_network
and rename theiroha_test_network
intoiroha_test_suite
or something similarI would like to get your opinions here
The text was updated successfully, but these errors were encountered: