1. 28 Apr, 2016 1 commit
    • Douglas's avatar
      Jupyter Kernel: added automatic error rendering · 5be40cad
      Douglas authored
      @kirr, @Tyagov and @tatuya, please review.
      
      Now the ERP5 Jupyter kernel automatically renders errors that happens in the
      user-side code. Errors are captured during the AST tree creation (to be able to
      detect syntax errors) and at execution time. The current transaction is
      automatically aborted on error detection.
      
      /reviewed-on nexedi/erp5!85
      5be40cad
  2. 27 Apr, 2016 8 commits
  3. 26 Apr, 2016 5 commits
  4. 25 Apr, 2016 3 commits
  5. 22 Apr, 2016 6 commits
  6. 21 Apr, 2016 12 commits
  7. 20 Apr, 2016 1 commit
    • Jérome Perrin's avatar
      ERP5TypeLiveTestCase: fix runing only one class from a module · ced90df1
      Jérome Perrin authored
      This only apply for running live tests of a test component that defines
      multiple classes
      
      You can use for example,
      testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow in
      "Tests" field of "Live Tests" dialog to run only
      TestStandardConfiguratorWorkflow test class
      ced90df1
  8. 19 Apr, 2016 2 commits
  9. 18 Apr, 2016 2 commits