1. 09 May, 2024 1 commit
  2. 08 May, 2024 2 commits
  3. 07 May, 2024 2 commits
  4. 30 Apr, 2024 1 commit
  5. 29 Apr, 2024 1 commit
  6. 24 Apr, 2024 1 commit
  7. 22 Apr, 2024 1 commit
  8. 16 Apr, 2024 7 commits
  9. 15 Apr, 2024 4 commits
  10. 13 Apr, 2024 3 commits
  11. 11 Apr, 2024 1 commit
    • Carlos Ramos Carreño's avatar
      Do not overwrite `output.write` in live tests. · 9a7e3383
      Carlos Ramos Carreño authored
      The `write` method of the `output` object was being overwritten
      in live tests, replacing it to a function that printed both to
      the output and to stdout. This was not necessary, as it is
      possible to use this function directly. Moreover, the function
      code had two flaws:
        - It assumed that output was a particular (StringIO) class.
        This caused a problem during the migration (commit
        80bd30fc).
        - It printed to stdout instead to stderr.
      Using the function directly allows `output.write` to be used
      inside it, preventing the first flaw. The second flaw has also
      been solved.
      9a7e3383
  12. 09 Apr, 2024 2 commits
  13. 08 Apr, 2024 1 commit
  14. 29 Mar, 2024 1 commit
  15. 28 Mar, 2024 2 commits
  16. 27 Mar, 2024 5 commits
  17. 26 Mar, 2024 5 commits