Ticket #841 (closed support-request: worksforme)

Opened 2 years ago

Last modified 2 years ago

`addStep` does not catch misspelled "descriptionDone"

Reported by: tfogal Owned by:
Priority: minor Milestone: undecided
Version: 0.8.0 Keywords:
Cc:

Description

I just got:

  exceptions.TypeError: __init__() got an unexpected keyword argument 'desciprtionDone'

after waiting a few minutes for my builder to get to that step. It would be nice if this would have been caught during `addStep', so my configuration would fail, instead of having to wait until the step ran to see my mistake.

Change History

comment:1 Changed 2 years ago by dustin

  • Status changed from new to closed
  • Type changed from enhancement to support-request
  • Resolution set to worksforme

You're using the old-style configuration, aren't you:

f.addStep(StepClass, decriptionDone="foo")

Don't do that :)

I *believe* the new-style catches these errors; please re-open if not.

Note: See TracTickets for help on using tickets.