mirror of
https://github.com/searxng/searxng.git
synced 2025-05-24 01:12:56 -04:00
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.