aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_linkifytext.py
Commit message (Collapse)AuthorAgeFilesLines
* test: Make mock_weechat a dependency of realish_eventrouterTrygve Aaberge2017-09-151-1/+1
| | | | | | | | | | Setting up the eventrouter for the tests involves code that requires the config object to be set, so it has to depend on mock_weechat. This didn't cause a problem when all the tests were run since the first test depends on mock_weechat so it would be set up. However, if you tried to run a single test that depended on realish_eventrouter, but not mock_weechat, it would fail.
* Fix HTML entity-encoding of outgoing messagesTrygve Aaberge2017-08-011-0/+9
| | | | | | We have to replace the & before we replace < and >, otherwise the & in &lt; and &gt; are going to be replaced. Additionally, we need to end the sequences with ; which was missing.
* massssssssive merge of the new codebaseRyan Huber2017-04-121-0/+6