debian-python-raven/tests/conf
David Cramer 12bb737707 Refactor DSN and transport configuration
Passing a transport via a scheme prefix is now deprecated in favor of explicit class loading:

>>> Client(dsn, transport=HttpTransport)

Additionally DSN-related configuration is now held in the RemoteConfig helper, which is bound on Client.remote.

Fixes GH-587
2015-05-21 17:25:24 -07:00
..
__init__.py Refactor DSN and transport configuration 2015-05-21 17:25:24 -07:00
tests.py Refactor DSN and transport configuration 2015-05-21 17:25:24 -07:00