An error occurred fetching the project authors.
  1. 13 Jun, 2003 1 commit
  2. 29 May, 2003 1 commit
  3. 23 May, 2003 2 commits
  4. 14 Jan, 2003 1 commit
    • Barry Warsaw's avatar
      Add MappingStorage tests for Connection and Timeout tests · eac01b5c
      Barry Warsaw authored
      (ReconnectionTests make no sense for MappingStorage).
      
      Also add BDBTimeoutTests.
      
      Set the level for the FileStorageConnectionTests,
      FileStorageTimeoutTests, BDBConnectionTests, BDBReconnectionTests, and
      BDBTimeoutTests to level 2 so they aren't normally run.
      
      MappingStorageConnectionTests and MappingStorageTimeoutTests both get
      level 1 so they are normally always run.  FileStorageReconnectionTests
      also gets level 1 since there s no MappingStorageReconnectionTests.
      eac01b5c
  5. 07 Jan, 2003 1 commit
  6. 03 Jan, 2003 1 commit
    • Barry Warsaw's avatar
      Here's a principled way to determine whether the BDBStorages are · 2ff9e729
      Barry Warsaw authored
      available or not, and also fixes to all the tests so they won't crap
      out or complain if not.
      
      To test whether these storages are avialable (including all package
      dependencies), do:
      
      import BDBStorage
      if BDBStorage.is_available:
          # okay to use
      
      Also, in BDBStorage/__init__.py do some cross-platform compatibility
      for the bsddb module; in Python 2.3 we can just use the built-in
      module, but in earlier Pythons we have to use bsddb3.  Now you can
      just use "from BDBStorage import db" to get the proper db object.
      2ff9e729
  7. 18 Dec, 2002 1 commit
  8. 16 Dec, 2002 1 commit
  9. 12 Dec, 2002 1 commit
  10. 10 Dec, 2002 2 commits
  11. 05 Oct, 2002 1 commit
  12. 03 Oct, 2002 1 commit