Skip to content

Commit

Permalink
Run tests in subprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Jan 17, 2023
1 parent b0037e6 commit bb2c70e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integrations/django/test_data_scrubbing.py
Expand Up @@ -37,6 +37,7 @@ def client():
return Client(application)


@pytest.mark.forked
@pytest_mark_django_db_decorator()
def test_scrub_django_session_cookies_removed(
sentry_init,
Expand All @@ -54,6 +55,7 @@ def test_scrub_django_session_cookies_removed(
assert "cookies" not in event["request"]


@pytest.mark.forked
@pytest_mark_django_db_decorator()
def test_scrub_django_session_cookies_filtered(
sentry_init,
Expand All @@ -75,6 +77,7 @@ def test_scrub_django_session_cookies_filtered(
}


@pytest.mark.forked
@pytest_mark_django_db_decorator()
def test_scrub_django_custom_session_cookies_filtered(
sentry_init,
Expand Down

0 comments on commit bb2c70e

Please sign in to comment.