tests/test-gendoc-it.t
author Mads Kiilerich <mads@kiilerich.com>
Wed, 22 Mar 2023 16:05:59 +0100
branchstable
changeset 50727 8037ddacad47
parent 28809 7a1ad08b9ff5
permissions -rw-r--r--
tests: update test-remotefilelog-gc.t for Python 3.11 The test output changed because test coverage changed because normpath changed: $ python3.10 -c 'import os; print(repr(os.path.normpath("asdas\0das")))' 'asdas\x00das' $ python3.11 -c 'import os; print(repr(os.path.normpath("asdas\0das")))' 'asdas'

#require docutils gettext

  $ $TESTDIR/check-gendoc it
  checking for parse errors