1. 15 Jan, 2026 2 commits
    • Xiaowu Zhang's avatar
      erp5_km_ui_test_data: fix coding style test · 4fcb9114
      Xiaowu Zhang authored
      [one coding test](https://erp5js.nexedi.net/#/test_result_module/20260115-137CE166/162) failed with
      
      
      ```
      FAIL: test_rebuild_business_template (CodingStyleTest.CodingStyleTest erp5_km_ui_test_data.test_rebuild_business_template)
      Try to rebuild business template to catch packaging errors and make sur output is stable.
      ----------------------------------------------------------------------
      Traceback (most recent call last):
        File "/srv/slapgrid/slappart38/t/ekc/soft/bf5e42cc41d1a5fa8ce16a35cbd8a699/parts/erp5/product/ERP5Type/tests/CodingStyleTestCase.py", line 226, in test_rebuild_business_template
          self.assertEqual(diff_files, [])
      AssertionError: Lists differ: ['modified: erp5_km_ui_test_data/PathTempl[62 chars]xml'] != []
      
      First list contains 1 additional elements.
      First extra element 0:
      'modified: erp5_km_ui_test_data/PathTemplateItem/web_site_module/predecessor_test_web_site/discussions.xml'
      
      + []
      - ['modified: '
      -  'erp5_km_ui_test_data/PathTemplateItem/web_site_module/predecessor_test_web_site/discussions.xml']
      
      
      ```
      
      /reviewed-on !2229
      4fcb9114
    • Xiaowu Zhang's avatar
      erp5_credential: fix Python3Style test · e63ebcda
      Xiaowu Zhang authored
      i noticed we have one [python3style test](https://erp5js.nexedi.net/#/test_result_module/20260113-C75FF539/29) failed with
      
      ```diff
      @@ -164,7 +164,7 @@
             self.portal.portal_workflow._jumpToStateFor(assignment_request,
                 'submitted')
             assignment_request.AssignmentRequest_changeAssignment()
      -      self.assertEquals(assignment_request.getSimulationState(), 'validated')
      +      self.assertEqual(assignment_request.getSimulationState(), 'validated')
      
             self.tic()
             self.assertAlarmNotVisitingDocument(
      ```
      
      /reviewed-on !2228
      e63ebcda
  2. 12 Jan, 2026 3 commits
  3. 09 Jan, 2026 10 commits
  4. 08 Jan, 2026 8 commits
  5. 06 Jan, 2026 11 commits
  6. 05 Jan, 2026 3 commits
  7. 23 Dec, 2025 1 commit
  8. 19 Dec, 2025 2 commits