Stuart Longland
|
fed6d2c31c
|
plugins.topic_checking tests: Fix issues identified by flake8
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
bf5279911b
|
Pass code through `black` formatter
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
744a6868fe
|
plugins.topic_checking: De-indent logging checks
As pointed out, the `logdog` docs do the checks outside of the context
manager scope, so we should do so as well.
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
2e52b22c2c
|
plugins.topic_checking tests: Run code formatting tool.
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
0760bd7613
|
plugins.topic_checking tests: Replace DummyLogger with `logdog` plug-in.
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
73db6a3536
|
plugins.topic_checking tests: Fix tests broken by Enum change.
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
100ca6e67a
|
plugins.topic_checking tests: Clean up `assert`/`await` calls
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
b33fb05991
|
plugins.topic_checking tests: Add tests for enabled=False
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
653b6cd89c
|
plugins.topic_checking tests: Drop copyright header
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
9efd152c1b
|
plugins.topic_checking tests: Fix comment statement
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
66568122c5
|
plugin.topic_checking tests: Fix code formatting.
Yes, too lazy to hold down shift when hitting the `'` key.
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
18cf5cdd1e
|
plugins.topic_checking: Add remaining tests.
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
8daf173a75
|
plugins.topic_checking: Test topic_ac static method
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
480a944282
|
plugins.topic_checking tests: Throw test suite at `black`.
Clean up the coding style a bit.
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
0cfce9fd84
|
plugins.test_topic tests: Add tests for TopicTabooPlugin.
This is more of a "demo" plug-in, but let's test it anyway.
|
2021-08-17 16:20:27 +02:00 |
Stuart Longland
|
75b8c33263
|
plugins.topic_checking tests: Test BaseTopicPlugin.
|
2021-08-17 16:20:27 +02:00 |