zapier / django-drip

:droplet: Use Django admin to manage drip campaign emails using querysets on Django's User model.
MIT License
638 stars 137 forks source link

Several test fail since AUTH_PROFILE_MODULE (deprecated) is not set. #47

Closed teolemon closed 9 years ago

teolemon commented 9 years ago

AUTH_PROFILE_MODULE is not set in my project since it's deprecated since 1.5. As a result, many Drip tests calling it fail this way:

"SiteProfileNotAvailable: You need to set AUTH_PROFILE_MODULE in your project settings"

The list of affected test is:

ERROR: test_backwards_drip_class (drip.tests.DripsTestCase) ERROR: test_custom_date_range_walk (drip.tests.DripsTestCase) ERROR: test_custom_drip (drip.tests.DripsTestCase) ERROR: test_custom_drip_static_datetime (drip.tests.DripsTestCase) ERROR: test_custom_drip_static_now_datetime (drip.tests.DripsTestCase) ERROR: test_custom_drip_with_count (drip.tests.DripsTestCase) ERROR: test_custom_short_term_drip (drip.tests.DripsTestCase) ERROR: test_day_fourteen_users_active (drip.tests.DripsTestCase) ERROR: test_day_fourteen_users_inactive (drip.tests.DripsTestCase) ERROR: test_day_seven_users_active (drip.tests.DripsTestCase) ERROR: test_day_seven_users_inactive (drip.tests.DripsTestCase) ERROR: test_day_two_users_active (drip.tests.DripsTestCase) ERROR: test_day_two_users_inactive (drip.tests.DripsTestCase) ERROR: test_day_zero_users (drip.tests.DripsTestCase) ERROR: test_get_simple_fields (drip.tests.DripsTestCase) ERROR: test_users_exists (drip.tests.DripsTestCase)

bryanhelmig commented 9 years ago

Thanks! We've closed a few PR's that should address these sorts of things. Releases coming soon!