MPvHarmelen / Freevle

A good looking website package for schools, including visual awesomeness & an easy as pie CMS
http://freevle.org
10 stars 4 forks source link

Running tests three times gave three different results #238

Open MPvHarmelen opened 10 years ago

MPvHarmelen commented 10 years ago

The first time, the timer failed, eg. computer was too slow. This can happen. The second time, this error occurred:

======================================================================
FAIL: test_album (freevle.blueprints.galleries.tests.GalleriesTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\Martin\Documents\GitHub\Freevle\freevle\blueprints\galleries\tests.py", line 32, in test_album
    self.assertRaises(IntegrityError, self.create_album)
AssertionError: IntegrityError not raised by create_album

----------------------------------------------------------------------

The last test passed...