seequent / properties

An organizational aid and wrapper for validation and tab completion of class properties/traits.
http://propertiespy.rtfd.org
MIT License
18 stars 9 forks source link

Refactor tasks to separate Input and Output classes from Task class #252

Closed fwkoch closed 6 years ago

fwkoch commented 6 years ago

The goal with this is to make Tasks more customizable and extensible.

codecov[bot] commented 6 years ago

Codecov Report

Merging #252 into dev will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #252      +/-   ##
==========================================
+ Coverage   96.23%   96.25%   +0.02%     
==========================================
  Files          16       16              
  Lines        2312     2326      +14     
==========================================
+ Hits         2225     2239      +14     
  Misses         87       87
Impacted Files Coverage Δ
properties/extras/__init__.py 100% <ø> (ø) :arrow_up:
properties/extras/task.py 100% <100%> (ø) :arrow_up:

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 e226452...0751414. Read the comment docs.