aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_uacomment.py
AgeCommit message (Collapse)Author
2019-09-03test/contrib: Fix invalid escapes in regex stringsBen Woosley
Flagged by flake8 v3.6.0, as W605, plus a few others identified incidentally, e.g. 59ffecf66cf4d08c4b431e457b083878d66a3fd6. Note that r"\n" matches to "\n" under re.match/search.
2018-09-30utils: Convert Windows args to utf-8 stringChun Kuan Lee
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-01qa: Match full plain text by defaultMarcoFalke
2018-03-18[Tests] Require exact match in assert_start_raises_init_eror()John Newbery
2018-03-18[Tests] Move assert_start_raises_init_error method to TestNodeJohn Newbery
2018-01-30test: Make ua_comment test pass on 0.16.0Wladimir J. van der Laan
The specific length of the uacomment is one shorter on `0.16.0` than on `0.15.99` causing the (stupid) test to fail. Just match the latter part of the message only.
2018-01-25[tests] Rename feature_* functional tests.Anthony Towns