File: TODO

package info (click to toggle)
pmock 0.3-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 932 kB
  • ctags: 816
  • sloc: python: 1,674; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
todo:
+ support for properties
+ add constraints and(), not(), or()
+ build scripts in CVS (Scons?)

possibly:
+ constraint base class to allow non-derived constraints to default to an equality match against the parameter. Would allow more compact argument constraints for the common case of equality e.g. mock.foo('bar').will(...)
+ constrain allowable order of builder methods
+ pull out dispatcher functionality to allow different matching strategies (LIFO, FIFO)?