nteract / testbook

🧪 📗 Unit test your Jupyter Notebooks the right way
https://testbook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
420 stars 37 forks source link

Correct minimal python version #67

Closed fcollonval closed 3 years ago

fcollonval commented 3 years ago

As the package is using f-string, this correct the minimal Python version.

codecov-io commented 3 years ago

Codecov Report

Merging #67 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #67   +/-   ##
=======================================
  Coverage   99.66%   99.66%           
=======================================
  Files           7        7           
  Lines         302      302           
=======================================
  Hits          301      301           
  Misses          1        1