dgorissen / pycel

A library for compiling excel spreadsheets to python code & visualizing them as a graph
GNU General Public License v3.0
565 stars 147 forks source link

Add support for 'exact' command. #142

Closed CatalinaMitulescu closed 2 years ago

CatalinaMitulescu commented 2 years ago

Add support for 'exact' command and test_text.py\test_exact() test.

codecov-commenter commented 2 years ago

Codecov Report

Merging #142 (6a1314b) into master (6ce2bc2) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #142   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines         3757      3762    +5     
  Branches       912       951   +39     
=========================================
+ Hits          3757      3762    +5     
Impacted Files Coverage Δ
src/pycel/lib/text.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 6ce2bc2...6a1314b. Read the comment docs.