[#1] Add cryptography methods
Signed-off-by: ilyas585 <niyazov2023@gmail.com>
This commit is contained in:
parent
480d288e2a
commit
19282f13cc
14 changed files with 268 additions and 0 deletions
8
tests/conftest.py
Normal file
8
tests/conftest.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
import pytest
|
||||
|
||||
from tests.helpers.models import ClientCryptograpy
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def client_cryptography():
|
||||
return ClientCryptograpy()
|
Loading…
Add table
Add a link
Reference in a new issue