Closed happy-river closed 3 years ago
Instead of using BeautifulSoup to find the CSRF token in a page of HTML, use a regular expression. This speeds up the tests by about 10%.
BeautifulSoup
Instead of using
BeautifulSoup
to find the CSRF token in a page of HTML, use a regular expression. This speeds up the tests by about 10%.