File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ # docker-compose -f local.yml run --rm django pytest sde_collections/tests/test_fileext.py
2
+
1
3
from django .test import TestCase
2
4
3
5
from ..models .candidate_url import CandidateURL
Original file line number Diff line number Diff line change 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
2
2
import json
3
3
from unittest .mock import MagicMock , patch
4
4
Original file line number Diff line number Diff line change 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
2
2
3
3
import pytest
4
4
from django .urls import reverse
You can’t perform that action at this time.
0 commit comments