mozilla-services / pushgo

🚨🚨🚨OBSOLETE AND UNMAINTAINED🚨🚨🚨 See Autopush for the current server.
https://github.com/mozilla-services/autopush
Mozilla Public License 2.0
24 stars 10 forks source link

Simplify the test client #148

Closed ghost closed 9 years ago

ghost commented 9 years ago

There's a lot of machinery in the test client for queuing outgoing requests, just to avoid receiving a response for a different request. Let's simplify this so it's not so painful to write tests like this.

ghost commented 9 years ago

The smoke tests have been moved behind a smoke tag. We should use the canonical Python suite for end-to-end tests, and mocks for the server tests.