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

feat(f3): refactor the F3 participation module for easier testing #12589

Merged
merged 1 commit into from
Oct 11, 2024

Commits on Oct 11, 2024

  1. feat(f3): refactor the F3 participation module to improve testing

    1. Move it next to all the F3 code.
    2. Make it look more like a "service" so I won't have to duplicate the
    start/stop code in the itests.
    3. Rename participator to participant. Not perfect, but it's a word.
    4. Make all the constants public.
    5. Only depend on the parts of the API we need (will help with unit testing).
    Stebalien committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e708c8f View commit details
    Browse the repository at this point in the history