This commit is contained in:
A'zamov Samandar
2025-12-06 21:50:28 +05:00
parent 3aa20fdaa1
commit f5766aa319
140 changed files with 2376 additions and 1582 deletions

View File

@@ -1,2 +1,2 @@
from .test_search_history import * # noqa
from .test_search_ads import * # noqa
from .test_search_history import *
from .test_search_ads import *

View File

@@ -13,7 +13,7 @@ def instance(db):
@pytest.fixture
def api_client(instance):
client = APIClient()
##client.force_authenticate(user=instance.user)
# client.force_authenticate(user=instance.user)
return client, instance