Add tests for INFO (#121)

* Add tests for INFO

* Workaround remote INFO being oper-only on some ircds

* Skip testInfoNosuchserver on Ergo

* info: Mark tests with target as deprecated.
This commit is contained in:
Val Lorentz
2022-01-10 23:55:42 +01:00
committed by GitHub
parent 255ef1e469
commit 88a8f8ad8d
2 changed files with 114 additions and 0 deletions

View File

@ -39,8 +39,10 @@ CHARYBDIS_SELECTORS := \
and not (testWhoisNumerics and oper) \
$(EXTRA_SELECTORS)
# testInfoNosuchserver does not apply to Ergo: Ergo ignores the optional <target> argument
ERGO_SELECTORS := \
not deprecated \
and not testInfoNosuchserver \
$(EXTRA_SELECTORS)
# testInviteUnoppedModern is the only strict test that Hybrid fails