mirror of
https://github.com/searxng/searxng.git
synced 2026-05-07 18:03:51 +02:00
d448def1a6
This commit includes some refactoring in unit tests. As we test more plugins, it seems unweildy to include every test class in the test_plugins.py file. This patch split apart all of the test plugins to their own respective files, including the new test_plugin_calculator.py file.