(self)
| 1834 | class SessionCreditTest(Test): |
| 1835 | |
| 1836 | def tearDown(self): |
| 1837 | self.cleanup() |
| 1838 | |
| 1839 | def testBuffering(self, count=32, size=1024, capacity=16 * 1024, max_frame=1024): |
| 1840 | snd, rcv = self.link("test-link", max_frame=(max_frame, max_frame)) |