fox-it / flow.record

Recordization library
GNU Affero General Public License v3.0
7 stars 9 forks source link

Fix str() and repr() in selectors #93

Closed Schamper closed 10 months ago

Schamper commented 10 months ago

This allows selectors such as "my_string" in str(r) to work, for when you want to "grep" a selector.

(DIS-2565)

codecov[bot] commented 10 months ago

Codecov Report

Merging #93 (1d24988) into main (ecbd912) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
+ Coverage   79.34%   79.36%   +0.02%     
==========================================
  Files          32       32              
  Lines        2943     2947       +4     
==========================================
+ Hits         2335     2339       +4     
  Misses        608      608              
Flag Coverage Δ
unittests 79.36% <100.00%> (+0.02%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
flow/record/selector.py 87.34% <100.00%> (+0.12%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more