(process_wchannels)
| 76 | |
| 77 | |
| 78 | def test_template_render(process_wchannels): |
| 79 | |
| 80 | process_wchannels.set_channels(pid=1) |
| 81 | t = process_wchannels.template_str |
| 82 | |
| 83 | assert 1 |
| 84 | |
| 85 | |
| 86 | def test_main_channel_setup(mock_process): |
nothing calls this directly
no test coverage detected