(algo, data)
| 361 | self.assertEqual(expected_env, algo.get_environment('*')) |
| 362 | |
| 363 | def handle_data(algo, data): |
| 364 | pass |
| 365 | |
| 366 | self.run_algorithm(initialize=initialize, handle_data=handle_data) |
| 367 |
nothing calls this directly
no test coverage detected