1. 01 Sep, 2020 3 commits
    • Arnaud Fontaine's avatar
      bb3876fa
    • Arnaud Fontaine's avatar
      ZODB Components: erp5_trade: Migrate TestOrder{Mixin} and all Unit Tests... · 26ffebd5
      Arnaud Fontaine authored
      ZODB Components: erp5_trade: Migrate TestOrder{Mixin} and all Unit Tests inheriting from these classes.
      
      Also, Split testInvoice to a Module Component in erp5_invoicing for Mixins used
      by several other tests and Test Component in erp5_simplified_invoicing (initially
      everything was migrated to erp5_invoicing but this does not work as Alarm_buildInvoice
      is different in simplified and advanced invoicing).
      26ffebd5
    • Arnaud Fontaine's avatar
      CodingStyleTest: Prepare migration of Invoicing Unit Tests to ZODB Components. · ded3ba87
      Arnaud Fontaine authored
      efd71291 added on erp5_invoicing a test dependency on erp5_advanced_invoicing.
      However, testRule for example uses erp5_invoicing but not erp5_advanced_invoicing
      so this would not work.
      
      Moreover, erp5_{simplified,advanced}_invoicing enhance erp5_invoicing by providing
      a container for Invoice Line so to match real world use cases it is better to
      have two CodingStyle tests: one checking erp5_invoicing+erp5_simplified_invoicing
      and the other one erp5_invoicing+erp5_advanced_invoicing.
      
      Also, fix CodingStyle issues on erp5_advanced_invoicing.
      ded3ba87
  2. 27 Aug, 2020 1 commit
  3. 26 Aug, 2020 1 commit
  4. 25 Aug, 2020 3 commits
  5. 24 Aug, 2020 4 commits
  6. 21 Aug, 2020 5 commits
  7. 19 Aug, 2020 8 commits
  8. 18 Aug, 2020 2 commits
  9. 17 Aug, 2020 4 commits
    • Jérome Perrin's avatar
      *: check type based methods are not None · 05fe5e19
      Jérome Perrin authored
      should be same for cases where type based method is a python script, but
      is a bit more explicit/safe and consistent with other usages.
      05fe5e19
    • Jérome Perrin's avatar
      base: rename tests for person property acqusition · c9d1489c
      Jérome Perrin authored
      In 93e30e5e (Person: Store user id in new user_id property., 2016-12-09)
      we adapted this test to the new behavior: title fallback to user_id or
      id, but since persons always have a user_id by default, this test was
      changed to check that title fallbacks to user_id, but the name of the
      test still mention "fallback to id" which became a bit different from
      what was tested here.
      
      Revert testEmptyTitleFallbackOnId to check that title fallbacks on id,
      using persons without user id and introduce new
      testEmptyTitleFallbackOnUserId to describe the new behaviour with user
      id.
      c9d1489c
    • Jérome Perrin's avatar
      l10n_fr: fix typo · cfc9ef81
      Jérome Perrin authored
      cfc9ef81
    • Jérome Perrin's avatar
      accounting: fix typo · 768ec0d6
      Jérome Perrin authored
      768ec0d6
  10. 14 Aug, 2020 4 commits
  11. 13 Aug, 2020 1 commit
  12. 12 Aug, 2020 4 commits