1. 15 Jan, 2025 6 commits
  2. 30 Dec, 2024 6 commits
  3. 24 Dec, 2024 1 commit
    • Jérome Perrin's avatar
      ERP5TypeLiveTestCase: repair running live tests from zope · 11ba86cc
      Jérome Perrin authored
      This fixes a regression with 445e8fa8 (ERP5TypeTestCase: rework
      default manager password generation, 2024-05-27), it was no longer
      possible to run live tests from a "normal" zope instance, this was
      failing with:
      
      Traceback (most recent call last):
        File "./eggs/Zope-5.10-py3.9.egg/Testing/ZopeTestCase/PortalTestCase.py", line 59, in setUp
          self._setup()
        File "./parts/erp5/product/ERP5Type/tests/ERP5TypeLiveTestCase.py", line 156, in _setup
          self.login()
        File "./parts/erp5/product/ERP5Type/tests/ERP5TypeTestCase.py", line 290, in login
          return PortalTestCase.login(self, user_name)
        File "./eggs/Zope-5.10-py3.9.egg/Testing/ZopeTestCase/PortalTestCase.py", line 146, in login
          user = user.__of__(uf)
      AttributeError: 'NoneType' object has no attribute '__of__'
      
      It was only possible from a runUnitTest instance.
      11ba86cc
  4. 20 Dec, 2024 2 commits
  5. 19 Dec, 2024 1 commit
  6. 06 Nov, 2024 2 commits
  7. 30 Sep, 2024 6 commits
  8. 18 Sep, 2024 3 commits
  9. 17 Sep, 2024 7 commits
  10. 02 Aug, 2024 2 commits
  11. 01 Aug, 2024 4 commits