~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to tests/cache.py

  • Committer: James Henstridge
  • Date: 2009-06-18 15:08:47 UTC
  • mto: This revision was merged to the branch mainline in revision 307.
  • Revision ID: james@jamesh.id.au-20090618150847-8sscruar5muycnth
Add a NEWS item about changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from unittest import defaultTestLoader
2
 
 
3
1
from storm.properties import Int
4
2
from storm.info import get_obj_info
5
3
from storm.cache import Cache, GenerationalCache
381
379
 
382
380
 
383
381
def test_suite():
384
 
    return defaultTestLoader.loadTestsFromName(__name__)
 
382
    return unittest.TestLoader().loadTestsFromName(__name__)