In many tests, we do not care what is the complete set of plugins running on a node (or present, or in a specific state). We only care that a few select ones are running, are of the expected version, in a certain state, and so on. So list comparison assertions are counterproductive and lead to test interference that is difficult to track down. In many cases we can do more fine grained assertions and ignore the rest of the plugins present on the node. References #6289, #6020. |
||
---|---|---|
.. | ||
directories_command_test.exs | ||
disable_plugins_command_test.exs | ||
enable_plugins_command_test.exs | ||
is_enabled_command_test.exs | ||
list_plugins_command_test.exs | ||
plugins_formatter_test.exs | ||
set_plugins_command_test.exs |