← Back to team overview

zeitgeist team mailing list archive

[Bug 580372] [NEW] Event.new_for_values() does not chec arguments

 

Public bug reported:

Something like

>>> event = Event.new_for_values(boo=234234)

should raise a TypeError (or ValueError) instead of creating an Event
which make no sense:

>>> print event
Event([['', '1273824118015', '', '', ''], [], ''])

** Affects: zeitgeist
     Importance: Undecided
         Status: New

-- 
Event.new_for_values() does not chec arguments
https://bugs.launchpad.net/bugs/580372
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Zeitgeist Framework: New

Bug description:
Something like

>>> event = Event.new_for_values(boo=234234)

should raise a TypeError (or ValueError) instead of creating an Event which make no sense:

>>> print event
Event([['', '1273824118015', '', '', ''], [], ''])





Follow ups

References