Skip to content

Commit

Permalink
test: re-enable circular testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sijis committed Jun 8, 2022
1 parent 7e3c262 commit a6a86dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/circular_dependencies_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
pytest_plugins = ["errbot.backends.test"]


# def test_if_all_loaded_circular_dependencies(testbot):
# """https://github.com/errbotio/errbot/issues/1397"""
# plug_names = testbot.bot.plugin_manager.get_all_active_plugin_names()
# assert "PluginA" in plug_names
# assert "PluginB" in plug_names
# assert "PluginC" in plug_names
def test_if_all_loaded_circular_dependencies(testbot):
"""https://github.com/errbotio/errbot/issues/1397"""
plug_names = testbot.bot.plugin_manager.get_all_active_plugin_names()
assert "PluginA" in plug_names
assert "PluginB" in plug_names
assert "PluginC" in plug_names

0 comments on commit a6a86dc

Please sign in to comment.