Transition to concurrent workspaces test environment.
(this PR can be readily declined, it's just to show the organization work)
All three test approaches are located alongside each other and can be launched together in tests/:
setup.rs and tests.rs are old ones via near_sdk_sim
ws_setup.rs and ws_tests.rs are leftovers of workspaces spike. Close to documentation and repeat the deployment procedure described in Roketo docs. Also linear and slow.
environment/ and integration.rs - workspaces spike reworked into concurrent env and a test stream launch that is based on it. With time previous two approaches will be reworked under this one.
Transition to concurrent workspaces test environment. (this PR can be readily declined, it's just to show the organization work)
All three test approaches are located alongside each other and can be launched together in
tests/
:setup.rs
andtests.rs
are old ones vianear_sdk_sim
ws_setup.rs
andws_tests.rs
are leftovers of workspaces spike. Close to documentation and repeat the deployment procedure described in Roketo docs. Also linear and slow.environment/
andintegration.rs
- workspaces spike reworked into concurrent env and a test stream launch that is based on it. With time previous two approaches will be reworked under this one.