microsoft / pybryt

Python library for pedagogical auto-assessment
https://microsoft.github.io/pybryt
MIT License
63 stars 19 forks source link

Add methods for checking against individual objects to `Value` and `Attribute` #112

Closed chrispyles closed 3 years ago

chrispyles commented 3 years ago

As titled. Also includes a couple of bug fixes.

Closes #111

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.

codecov-commenter commented 3 years ago

Codecov Report

Merging #112 (595c861) into main (02c9ec0) will decrease coverage by 0.17%. The diff coverage is 76.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #112      +/-   ##
==========================================
- Coverage   95.26%   95.09%   -0.18%     
==========================================
  Files          26       26              
  Lines        1521     1529       +8     
==========================================
+ Hits         1449     1454       +5     
- Misses         72       75       +3     
Impacted Files Coverage Δ
pybryt/annotations/value.py 96.36% <75.00%> (-1.73%) :arrow_down:
pybryt/annotations/relation.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 02c9ec0...595c861. Read the comment docs.