ratem / eispatterns

Code for the "Enterprise Information Systems Patterns" series of posts - didatic framework.
http://eis-development.blogspot.com
10 stars 6 forks source link

Other errors in tests #17

Open flcs opened 12 years ago

flcs commented 12 years ago

Unloadable or unexecutable test.

A Failure case is placed in a test suite to indicate the presence of a
test that could not be loaded or executed. A common example is a test
module that fails to import.

ERROR: Failure: ImportError (cannot import name ShouldNotSatisfied) ERROR: Failure: ImportError (No module named fluidity.machine)