(self)
| 8 | class testEffects(): |
| 9 | # enable effects replication |
| 10 | def effects_enable(self): |
| 11 | self.master.execute_command("GRAPH.CONFIG", "SET", "EFFECTS_THRESHOLD", '0') |
| 12 | |
| 13 | # disable effects replication |
| 14 | def effects_disable(self): |
no outgoing calls
no test coverage detected