Fix tests' resilience to missing optional dependencies.
- Run `Aggregator` unit tests for available frameworks only. - Skip `gRPC`-dedicated tests when grpc is not installed. - Skip `DPTrainingManager` tests when opacus is not installed. - Fix toy regression functional tests failing when some frameworks are missing due to the use of too-specific type hints.
Showing
- test/aggregator/test_aggregator.py 2 additions, 2 deletionstest/aggregator/test_aggregator.py
- test/communication/test_grpc.py 5 additions, 1 deletiontest/communication/test_grpc.py
- test/functional/test_toy_reg.py 12 additions, 7 deletionstest/functional/test_toy_reg.py
- test/main/test_train_manager_dp.py 6 additions, 2 deletionstest/main/test_train_manager_dp.py
Please register or sign in to comment