This fixes a minor problem in the test cases. With pytest the test cases are always executed in the same order. When tests were run manually in a different order, some tests could fail, because the emoji.config.* values were changed (or not changed) by previous tests. This PR should make the test cases independent of execution order.
This fixes a minor problem in the test cases. With pytest the test cases are always executed in the same order. When tests were run manually in a different order, some tests could fail, because the
emoji.config.*
values were changed (or not changed) by previous tests. This PR should make the test cases independent of execution order.