-
Notifications
You must be signed in to change notification settings - Fork 19
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
Expose complexity checks without annotations #138
Conversation
Codecov Report
@@ Coverage Diff @@
## main #138 +/- ##
==========================================
+ Coverage 95.10% 95.29% +0.18%
==========================================
Files 29 30 +1
Lines 1655 1720 +65
==========================================
+ Hits 1574 1639 +65
Misses 81 81
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Complexity Analysis
PyBryt exposes its code complexity analysis tools so that they can be used to analyze blocks of code without necessitating the use of the annotation framework. These tools can be used to give students a way to test the complexity of their implementations, or just to analyze code complexity in a manner that is more reliable than using a timer.
Closes #137