You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
Use pytest-xdist to speed up tests and continue running after timeout. (
#1116)
* Use pytest-xdist to speed up tests and continue running after timeout.
* Use unique server ports for Django and Flask tests.
Preserve tab character while parsing XML (#829)
* Preserve tab character while parsing XML
* Add test for tab character
* Remove tab from safe list so that it is quoted.
* Revert "Preserve tab character while parsing XML"
This reverts commit 9081654.