forked from nose-devs/nose2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix message about unicode/str mixing
In nose-devs#288, the new warning message incorrectly stated that the problem could arise from mixing non-ASCII 'unicode' and non-ASCII 'str'. This is incorrect, as the 'unicode' does not have to be non-ASCII. This rewords the warning message to be correct, and also changes the unit test to illustrate this.
- Loading branch information
Showing
2 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters