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
Now that #219 is addressed, I find that two tests for calculation of complexity scores are failing on Windows:
FAILED test/test_calculate_complexity_scores.py::TestIDTCalculateComplexityScore::test_IDT_calculate_complexity_score - json.decoder.JSONDecodeError: Expecting value: line 2 column 1 (char 1) FAILED test/test_calculate_complexity_scores.py::TestIDTCalculateComplexityScore::test_commandline - json.decoder.JSONDecodeError: Expecting value: line 2 column 1 (char 1)
The text was updated successfully, but these errors were encountered:
Disable complexity score tests on Windows, which are broken per #221.
9c5cf91
I am not happy to have these not working, but they have been not working for quite some time, and we only just found out about it in resolving #219.
No branches or pull requests
Now that #219 is addressed, I find that two tests for calculation of complexity scores are failing on Windows:
The text was updated successfully, but these errors were encountered: