Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit c4fe82b5 authored by ANDREY Paul's avatar ANDREY Paul
Browse files

Prune 'test_main.py' pytest-collected test scenarios.

The legacy 'test_main.py' integration tests are now mostly redundant
with other integration tests, adding little marginal value to the CI/CD
tests pipeline. From a Coverage POV, the only thing that is not already
tested elsewhere is the actual use of Scaffold.

Hence the test scenarios collected during PyTest runs are restricted to:
- FedAvg and Scaffold variants of Optimization strategies.
  (prior: FedAvg + FedAvgM + Scaffold)
- In non-fulltest, only the Scaffold strategy is used.
  (prior: FedAvg + Scaffold)

This results in testing 3 scenarios in the limited pipeline and 18 in the
"fulltest" one, when there previously would be 6 or 27 scenarios.
parent 29ecf473
No related branches found
No related tags found
Loading
Pipeline #830948 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment