Skip to content

Commit 0bf0f98

Browse files
committed
Updated commented commands to run tests
1 parent 59eead4 commit 0bf0f98

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

sde_collections/tests/test_fileext.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_fileext.py
2+
13
from django.test import TestCase
24

35
from ..models.candidate_url import CandidateURL

sde_collections/tests/test_sinequa_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# docker-compose -f local.yml run --rm django pytest sde_collections/tests/api_tests.py
1+
# docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_sinequa_api.py
22
import json
33
from unittest.mock import MagicMock, patch
44

sde_collections/tests/test_url_apis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_apis.py
1+
# docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_url_apis.py
22

33
import pytest
44
from django.urls import reverse

0 commit comments

Comments
 (0)