Drop deprecation filters for pip and yamllint
[mudpy.git] / mudpy / tests / selftest.py
2021-08-15 Jeremy StanleyFail selftest if anything is written to stderr
2021-04-24 Jeremy StanleyRetry client connections in selftest
2021-04-17 Jeremy StanleyDon't wait during selftest process cleanup
2021-04-17 Jeremy StanleyDon't leave dangling file descriptor in selftest
2020-11-01 Jeremy StanleySwitch the selftest dialogue to a normal dict
2020-11-01 Jeremy StanleyUse PosixPath arguments with os.remove()
2020-10-07 Jeremy StanleyThe del and return statements aren't functions
2020-10-07 Jeremy StanleyReplace show result with debug evaluate command
2020-10-04 Jeremy StanleyRun different selftests when debug mode is engaged
2020-10-04 Jeremy StanleyMake selftest dialogue mutable
2020-09-19 Jeremy StanleyExplicitly close files opened by selftest
2020-09-19 Jeremy StanleyHandle early wrapping in test_show_result
2020-06-02 Jeremy StanleyReport if service does not start under selftest
2019-12-30 Jeremy StanleyPreserve loglines on reload
2019-12-28 Jeremy StanleyMore thoroughly test account and avatar menus
2019-12-28 Jeremy StanleyProperly escape punctuation in test patterns
2019-12-28 Jeremy StanleyTighten up eval() scope in show result subcommand
2019-05-13 Jeremy StanleyImprove preferences display
2019-05-13 Jeremy StanleySupport abbreviating portal names when moving
2019-05-13 Jeremy StanleyCorrect data type for see_also command facets
2019-05-13 Jeremy StanleyShow possible abbreviations in help list
2019-05-11 Jeremy StanleyTest the show result command
2019-05-11 Jeremy StanleyCorrect a TypeError in the show time command
2019-05-06 Jeremy StanleyImplicitly support abbreviating commands
2019-05-05 Jeremy StanleyAllow including time in the active state prompt
2019-05-05 Jeremy StanleyEscape replacement macros in preferences
2019-05-05 Jeremy StanleyTest that macros are escaped in communication
2019-05-05 Jeremy StanleyFix selftest telopt callback for Python 3.4
2019-04-27 Jeremy StanleyUse ISO 8601 time in logs
2019-02-03 Jeremy StanleyFix comparisons for pyflakes 2.1
2019-02-03 Jeremy StanleySafely log unknown Telnet options and commands
2019-01-22 Jeremy StanleyAdd support for user preferences
2018-10-27 Jeremy StanleyTry to make missing pidfile and logfile parent dir
2018-10-04 Jeremy StanleyGeneralize copyright headers in files
2018-09-02 Jeremy StanleyAdd debug logging for Telnet protocol negotiation
2018-08-26 Jeremy StanleySupport clients using CR+NUL to signal EOL
2018-07-29 Jeremy StanleyStreamline selftest output
2018-07-29 Jeremy StanleyClean up leading space typo in test title
2018-07-16 Jeremy StanleyOptionally manage a daemon during selftest runs
2018-07-15 Jeremy StanleyFix deprecated regex pattern syntax in selftests
2018-07-13 Jeremy StanleyClean up at the end of every selftest run
2018-07-13 Jeremy StanleyOverhaul data reloading
2018-06-30 Jeremy StanleyTest that ANSI input is filtered
2018-06-30 Jeremy StanleyFilter non-ASCII input when not in binary mode
2018-05-25 Jeremy StanleyRetool word wrapping
2018-05-08 Jeremy StanleyAdd version command and diagnostic logging
2018-01-21 Jeremy StanleyTest that unknown telnet commands are filtered
2018-01-21 Jeremy StanleyFix TypeError with IAC escaping
2017-11-16 Jeremy StanleyUse "group" instead of "category"
2017-11-10 Jeremy StanleySwitch internal counters to new-style Element
2017-11-09 Jeremy StanleySwitch actors to new-style elements
2017-11-09 Jeremy StanleyHandle connection reset in selftest
2017-11-09 Jeremy StanleyCatch Exception when necessary
2017-11-09 Jeremy StanleyClearer selftest errors on disconnection
2017-11-09 Jeremy StanleyUse new-style elements for accounts
2017-09-27 Jeremy StanleyFix unhandled exception in show file command
2017-09-27 Jeremy StanleyDisplay flags in show files output
2017-07-31 Jeremy StanleyError if set command is used on read-only element
2017-07-31 Jeremy StanleyTest the set command
2017-07-31 Jeremy StanleyUse writeable element in show element test
2017-07-29 Jeremy StanleySwitch example listening port from 6669 to 4000
2017-07-29 Jeremy StanleyFix facets method to give new-style relative names
2017-07-29 Jeremy StanleyExercise the reload command in tests
2017-07-29 Jeremy StanleySwitch quoting styles to reduce escaped quotes
2017-07-28 Jeremy StanleyUse raw strings when escape sequences are needed
2017-07-02 Jeremy StanleyCorrect name of the custom loglevel test
2017-07-02 Jeremy StanleyHandle ValueError when setting incorrect type
2017-06-15 Jeremy StanleyCoerce loglevel facet to int when updating
2017-05-14 Jeremy StanleyEnable initial admin account in example config
2017-02-20 Jeremy StanleyPackage the self-test script as an entrypoint