[Checkins] [zopefoundation/ZEO] 9266c3: Use a temporary directory in tests

Marius Gedminas noreply at github.com
Thu Apr 25 15:59:56 CEST 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 9266c3db0a3130ffb523ad79aeb50da49136f3d5
      https://github.com/zopefoundation/ZEO/commit/9266c3db0a3130ffb523ad79aeb50da49136f3d5
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-04-25 (Thu, 25 Apr 2019)

  Changed paths:
    M src/ZEO/tests/test_client_side_conflict_resolution.py
    M tox.ini

  Log Message:
  -----------
  Use a temporary directory in tests

Otherwise when you run `tox` this test will create a `data.fs` using
Python 2 and then the same test will fail on Python 3 because there
already is a `data.fs` in the current working directory, but it has an
incompatible format.


  Commit: a6c1ffcefda76354b07e56af463d5da8e90cf60c
      https://github.com/zopefoundation/ZEO/commit/a6c1ffcefda76354b07e56af463d5da8e90cf60c
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-04-25 (Thu, 25 Apr 2019)

  Changed paths:
    M src/ZEO/tests/test_client_side_conflict_resolution.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #141 from zopefoundation/use-temp-dir-please

Use a temporary directory in tests


Compare: https://github.com/zopefoundation/ZEO/compare/bd7cd066a49d...a6c1ffcefda7


More information about the checkins mailing list