Modified UserFactory to use a new locale for each new user, instead of the same locale for a whole test run. This (almost) ensures the exercise of code to deal with non-ascii names, something which would not happen if a locale with ascii names was chosen at the start of a run. Modified name.initials() to not use non-word characters as initials. Modified unidecode_name() to do more normalization, to conform to the conventions used in internet-drafts. Added saving of the factory-boy random state in order to be able to re-run a test suite with the same pseudo-random sequence as in a previous failed run. Fixed an issue with email formatting in test_api_submit_ok(). Modified the draft author extraction code to deal better with names with embedded apostrophes. - Legacy-Id: 14141 |
||
---|---|---|
.. | ||
management | ||
migrations | ||
parsers | ||
templatetags | ||
.gitignore | ||
__init__.py | ||
admin.py | ||
checkers.py | ||
forms.py | ||
mail.py | ||
models.py | ||
resources.py | ||
test_submission.bad | ||
test_submission.nonascii | ||
test_submission.pdf | ||
test_submission.ps | ||
test_submission.txt | ||
test_submission.xml | ||
test_submission_invalid_yang.txt | ||
tests.py | ||
urls.py | ||
utils.py | ||
views.py |