Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestOFECommandPlugin sometimes randomly fails #825

Open
richardjgowers opened this issue Apr 15, 2024 · 2 comments
Open

TestOFECommandPlugin sometimes randomly fails #825

richardjgowers opened this issue Apr 15, 2024 · 2 comments
Labels
bug Something isn't working priority:low

Comments

@richardjgowers
Copy link
Contributor

This test occasionally fails, it is almost certainly a false positive as the rest of the CLI has worked.

============================================================================================================= FAILURES =============================================================================================================
______________________________________________________________________________________________ TestOFECommandPlugin.test_plugin_setup ______________________________________________________________________________________________

self = <openfecli.tests.test_plugins.TestOFECommandPlugin object at 0x>

    def test_plugin_setup(self):
>       assert self.plugin.command is fake
E       AttributeError: 'TestOFECommandPlugin' object has no attribute 'plugin'
@richardjgowers richardjgowers added bug Something isn't working priority:low labels Apr 15, 2024
@mikemhenry
Copy link
Contributor

related #816

@mikemhenry
Copy link
Contributor

also maybe related #610

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:low
Projects
None yet
Development

No branches or pull requests

2 participants