Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2019-09-03 | test/contrib: Fix invalid escapes in regex strings | Ben 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-30 | utils: Convert Windows args to utf-8 string | Chun Kuan Lee | |
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-04-01 | qa: Match full plain text by default | MarcoFalke | |
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 TestNode | John Newbery | |
2018-01-30 | test: Make ua_comment test pass on 0.16.0 | Wladimir 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 | |