Open galina opened 8 years ago
Common test's init_per_group/2 has an issue with starting linked process: it terminates process started with start_link method beforehand.
So I have some tests that use groups but eredis does not have start method (only start_link).
It would be useful for such issues to have ordinary start method (without link).
Common test's init_per_group/2 has an issue with starting linked process: it terminates process started with start_link method beforehand.
So I have some tests that use groups but eredis does not have start method (only start_link).
It would be useful for such issues to have ordinary start method (without link).