Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Commit

Permalink
Fix test pattern to keep pypy happy.
Browse files Browse the repository at this point in the history
Now py26, py27, py33, py34, and pypy tests work basically. With tox
and Python 3.x there is still a problem with preferred encodings and
opened files.
  • Loading branch information
ulif committed May 19, 2015
1 parent b11d51f commit b200183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/testsetup/functional/functionaldoctestsetup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Note that the code uses self.regexs, which returns a cached compiled version
of the regexs.

>>> setup.regexs
[<_sre.SRE_Pattern object at ...>]
[<...SRE_Pattern object at ...>]

If you need more complex checks here, you can derive your customized
test setup class and overwrite ``isTestFile()``.
Expand Down

0 comments on commit b200183

Please sign in to comment.