Lines Matching refs:self
45 def check_alive(self, env, timeout=5): argument
56 def _mkpath(self, path): argument
60 def _rmrf(self, path): argument
65 def ws_echo(self, env): argument
68 self._rmrf(run_dir)
69 self._mkpath(run_dir)
77 assert self.check_alive(env)
81 def test_20_01_basic(self, env: Env, ws_echo, repeat): argument
87 def test_20_02_pingpong_small(self, env: Env, ws_echo, repeat): argument
97 def test_20_03_pingpong_too_large(self, env: Env, ws_echo, repeat): argument
107 def test_20_04_data_small(self, env: Env, ws_echo, repeat): argument
116 def test_20_05_data_med(self, env: Env, ws_echo, repeat): argument
125 def test_20_06_data_large(self, env: Env, ws_echo, repeat): argument
134 def test_20_07_data_large_small_recv(self, env: Env, ws_echo, repeat): argument