zulip/zulip-terminal

Add/modify specific test(s) to expect a Divider may be in the stream list

Open

#194 opened on Dec 15, 2018

 (17 comments) (0 reactions) (0 assignees)Python (352 forks)github user discovery
area: testsgood first issuehelp wanted

Repository metrics

Stars
 (853 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

After adding pinned-messages separated by a urwid.Divider(), a few bugs appeared; the Divider is masquerading as a StreamButton, but that should be taken into account, and ideally the tests should have failed when I added the Divider. Based on that, we need more/modified tests for this.

Contributor guide