7
tests/unit/test_regressions.py
Normal file
7
tests/unit/test_regressions.py
Normal file
@ -0,0 +1,7 @@
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_request_device_segment_no_match(client, site):
|
||||
response = client.get('/regular/')
|
||||
assert response.status_code == 200
|
Reference in New Issue
Block a user