We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#932 refactored tracing and introduced nodestats.
In doing so a bunch of unittest skeletons were created for methods/functions but tests not developed.
These are currently marked as @pytest.mark.skip(reason="Awaiting test to be written 2024-10-14")
@pytest.mark.skip(reason="Awaiting test to be written 2024-10-14")
Affected test files are...
tests/tracing/test_disordered_tracing.py
tests/tracing/test_nodestats.py
tests/tracing/test_ordered_tracing.py
tests/tracing/test_skeletonize.py
The text was updated successfully, but these errors were encountered:
tests(disordered_tracing): Bulks out missing unittests
8b91408
Making a start on the backlog/deficit of unit-tests highlighted in #966.
No branches or pull requests
#932 refactored tracing and introduced nodestats.
In doing so a bunch of unittest skeletons were created for methods/functions but tests not developed.
These are currently marked as
@pytest.mark.skip(reason="Awaiting test to be written 2024-10-14")
Affected test files are...
tests/tracing/test_disordered_tracing.py
tests/tracing/test_nodestats.py
tests/tracing/test_ordered_tracing.py
tests/tracing/test_skeletonize.py
The text was updated successfully, but these errors were encountered: