(t *testing.T)
| 316 | } |
| 317 | |
| 318 | func TestShowMethods(t *testing.T) { |
| 319 | // Skip this test as it requires a full session with readline |
| 320 | t.Skip("Skipping TestShowMethods as it requires readline initialization") |
| 321 | } |
| 322 | |
| 323 | func TestDoSelection(t *testing.T) { |
| 324 | sess := createMockSession() |