summaryrefslogtreecommitdiff
path: root/test/lisp/erc/resources/erc-d
Commit message (Collapse)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-026-6/+6
|
* ; Kill some stray buffers left behind by ERC testsF. Jason Park2023-01-101-1/+1
| | | | | | | | | | | | * test/lisp/erc/erc-services-tests.el (erc--auth-source-search--plstore-standard, erc--auth-source-search--plstore-announced, erc--auth-source-search--plstore-overrides): Kill buffer renamed by plstore. In the future, try using the `:buffer' keyword introduced in Emacs 29. * test/lisp/erc/resources/erc-d/erc-d-t.el (erc-d-t-kill-related-buffers): Don't forget about `erc-dcc-chat-mode' buffers.
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-016-6/+6
|
* ; Normalize GPLv3 license statements in new filesStefan Kangas2022-12-096-89/+80
|
* ; Fix typosStefan Kangas2022-11-232-2/+2
|
* ; Make some ERC test fixtures a bit more courteousF. Jason Park2022-11-161-0/+1
| | | | | | | | | | | | * test/lisp/erc/erc-dcc-tests.el (erc-dcc-tests--pcomplete-common): Only emit messages when interactive. * test/lisp/erc/resources/erc-d/erc-d-tests.el (erc-d-tests-with-server): Shadow `erc-after-connect' so `erc-autojoin-channels' doesn't affect other tests. test/lisp/erc/resources/erc-scenarios-common.el (erc-scenarios-common--make-bindings): Shadow `erc-after-connect' here as well. Also require erc instead of erc-backend to silence some new compiler warnings the cropped up after the creation of erc-common.el.
* ; Tag some ERC test-server tests as being :unstableF. Jason Park2022-09-191-3/+3
| | | | | | | | | | | * test/lisp/erc/resources/base/assoc/samenet/chester.eld: Relax timeout. * test/lisp/erc/resources/base/assoc/samenet/tester.eld: Relax timeout. * test/lisp/erc/resources/base/assoc/samenet/tester2.eld: Relax timeout. * test/lisp/erc/resources/base/netid/samenet/chester.eld: Relax timeout. * test/lisp/erc/resources/base/netid/samenet/tester.eld: Relax timeout. * test/lisp/erc/resources/erc-d/erc-d-tests.el (erc-d-run-linger, erc-d-run-linger-fail, erc-d-run-linger-direct): Mark some tests as being unstable.
* Allow non-IRC line delimiters with ERC test serverF. Jason Park2022-07-273-28/+72
| | | | | | | | | | | | | * test/lisp/erc/resources/erc-d/erc-d.el (erc-d-server-fqdn, erc-d--initialize-client, erc-d--log, erc-d--send, erc-d--filter, erc-d-run): Add new variable and use it. Also optionally accept keyword arguments in `erc-d-run'. * test/lisp/erc/resources/erc-d/erc-d-tests.el (erc-d-run-direct-foreign-protocol): Add test demoing newline-only line-wise protocol. * test/lisp/erc/resources/erc-d/resources/foreign.eld: New file.
* ; Fix typosStefan Kangas2022-07-141-1/+1
|
* ; Fix typos: prefer American spellingStefan Kangas2022-07-142-2/+2
|
* ; Fix regexp in ERC test-server utilityF. Jason Park2022-07-011-5/+3
| | | | | * test/lisp/erc/resources/erc-d/erc-d-i.el (erc-d-i--tag-unescaped-regexp): Thanks to Mattias and relint for catching this.
* Add ERC test server and related resourcesF. Jason Park2022-06-3030-0/+3817
* test/lisp/erc/resources/erc-d/erc-d.el: New file. * test/lisp/erc/resources/erc-d/erc-d-u.el: New file. * test/lisp/erc/resources/erc-d/erc-d-i.el: New file. * test/lisp/erc/resources/erc-d/erc-d-t.el: New file. * test/lisp/erc/resources/erc-d/erc-d-tests.el: New file. * test/lisp/erc/erc-scenarios-internal.el: New file to serve as discoverable proxy for erc-d-tests.