~cjwatson/storm/py3-doctest

Viewing all changes in revision 511.

  • Committer: Colin Watson
  • Date: 2019-08-11 09:58:50 UTC
  • Revision ID: cjwatson@canonical.com-20190811095850-vzwzq74rufs2do64
Adjust doctests for text repr changes in Python 3.

None of these doctests need to care about the fine details of str vs.
Unicode in Python 2 (that sort of thing is tested more specifically in unit
tests), and in Python 3 the repr of a text string is '...' rather than
u'...'.   Rearrange the doctests to tolerate this.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: