add some tests and views
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import json
|
||||
import pytest
|
||||
|
||||
# from django.contrib.auth.models import User
|
||||
from django.urls import reverse
|
||||
|
||||
from rich.pretty import pprint
|
||||
@@ -361,4 +359,7 @@ def test_cookies(db, client):
|
||||
|
||||
# Check our 2 cookies are displayed (we would have to add them for this to work)
|
||||
#assert "csrftoken" in [i.text for i in soup.find_all("th")]
|
||||
#assert "sessionid" in [i.text for i in soup.find_all("th")]
|
||||
#assert "sessionid" in [i.text for i in soup.find_all("th")]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user