-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test cases are executed twice #273
Comments
Hi @mauriciovasquezbernal can this be assigned to me? |
Also just to add, the tests are literally being run twice in |
If we don't care about testing setup.py files, we could simply run all tests in a single environment. We could also configure travis to run a "quick check" first, i.e. lint + test everything in the same environment with only a single Python version and then only if that succeeded test+coverage for each package with multiple python versions separately. |
Closing this issue for now, it's not ideal but it's not getting in our way. |
* fix(http-plugin): ensure exceptions are handled refactor(test): remove unnecessary code add tests closes open-telemetry#222 Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
After #128 the test cases are executed twice, once when
pytest --cov
is run for the coverage targets and another one for the test targets itself.See https://github.com/open-telemetry/opentelemetry-python/pull/128/files#r338632639.
The text was updated successfully, but these errors were encountered: