Skip to content

Conversation

tleonhardt
Copy link
Member

@tleonhardt tleonhardt commented Jul 11, 2018

The CmdResult helper class was deprecated in the previous release. This commit deletes it.

  • The new CommandResult class is an improved replacement

Also:

  • Deleted the namedtuple_with_two_defaults helper function which is now no longer used
  • Modified AppVeyor / tox config to now also test with Python 3.7 on Windows

The CmdResult helper class was deprecated in the previous release.  This commit deletes it.
- The new CommandResult class is an improved replacement

Also:
- Deleted the namedtuple_with_two_defaults helper function which is now no longer used
@tleonhardt tleonhardt added this to the 0.9.3 milestone Jul 11, 2018
@tleonhardt tleonhardt self-assigned this Jul 11, 2018
@tleonhardt tleonhardt requested a review from kotfu July 11, 2018 23:49
@tleonhardt tleonhardt requested a review from kmvanbrunt as a code owner July 11, 2018 23:49
@codecov
Copy link

codecov bot commented Jul 11, 2018

Codecov Report

Merging #466 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #466      +/-   ##
=========================================
+ Coverage   90.19%   90.2%   +0.01%     
=========================================
  Files          10      10              
  Lines        2743    2736       -7     
=========================================
- Hits         2474    2468       -6     
+ Misses        269     268       -1
Impacted Files Coverage Δ
cmd2/cmd2.py 90.49% <ø> (+0.04%) ⬆️
cmd2/utils.py 98.43% <ø> (-0.1%) ⬇️

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 e10afbe...3225099. Read the comment docs.

@tleonhardt tleonhardt merged commit ea7a4bb into master Jul 12, 2018
@tleonhardt tleonhardt deleted the delete_cmdresult branch July 12, 2018 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants