now passes new tests
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import pytest
|
||||
|
||||
pytestmark = pytest.mark.django_db
|
||||
from rowers.opaque import encoder
|
||||
encoded1 = str(encoder.encode_hex(1))
|
||||
encoded2 = str(encoder.encode_hex(2))
|
||||
|
||||
from bs4 import BeautifulSoup
|
||||
import re
|
||||
|
||||
Reference in New Issue
Block a user