zulip/zulip

Move example domain used by test suite to @example.com

Open

#1,118 opened on Jun 25, 2016

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Python (7,339 forks)batch import
area: testing-infrastructurehelp wantedpriority: high

Repository metrics

Stars
 (19,672 stars)
PR merge metrics
 (Avg merge 36d 6h) (110 merged PRs in 30d)

Description

This makes more sense than @zulip.com.

Probably to make this easy, we'll want to first do a series of commits doing refactoring to stop hardcoding e.g. hamlet@zulip.com in every test and instead at least be accessing something like self.email from the test class, so it's easier to make changes to these things, and then actually make the change.

Contributor guide