fract4d / gnofract4d

A fractal generation program for linux
Other
116 stars 27 forks source link

pyupgrade --py36-plus #250

Closed cjmayo closed 2 years ago

cjmayo commented 2 years ago

pyupgrade clears out some of the remaining Python 2 cruft, replaces deprecated unittest.makeSuite(), and converts a lot of the printf-style strings to f-strings.

codecov[bot] commented 2 years ago

Codecov Report

Merging #250 (191e269) into master (1cc450c) will not change coverage. The diff coverage is 55.55%.

@@           Coverage Diff           @@
##           master     #250   +/-   ##
=======================================
  Coverage   85.93%   85.93%           
=======================================
  Files          55       55           
  Lines       10392    10392           
=======================================
  Hits         8930     8930           
  Misses       1462     1462           
Impacted Files Coverage Δ
fract4d/options.py 91.46% <ø> (ø)
fract4d_compiler/fractlexer.py 95.60% <ø> (ø)
fract4d_compiler/fractparser.py 100.00% <ø> (ø)
fract4d_compiler/parsetab.py 100.00% <ø> (ø)
fract4d_compiler/preprocessor.py 99.07% <0.00%> (ø)
fract4d_compiler/translate.py 85.83% <0.00%> (ø)
fract4dgui/gtkfractal.py 83.19% <0.00%> (ø)
fract4dgui/undo.py 100.00% <ø> (ø)
fract4d_compiler/instructions.py 85.94% <37.50%> (ø)
fract4d_compiler/fracttypes.py 92.94% <50.00%> (ø)
... and 9 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.