@@ -900,7 +900,7 @@ Let's see what our FTs think about this Docker version of our site.
900
900
[role="small-code"]
901
901
[subs="specialcharacters,macros"]
902
902
----
903
- $ pass:quotes[*TEST_SERVER=localhost:8888 ./src/manage.py test functional_tests \
903
+ $ pass:quotes[*TEST_SERVER=localhost:8888 ./src/manage.py test src/ functional_tests \
904
904
--failfast*]
905
905
[...]
906
906
selenium.common.exceptions.WebDriverException: Message: Reached error page:
@@ -1226,7 +1226,7 @@ Let's see what our functional tests say:
1226
1226
[role="small-code"]
1227
1227
[subs="specialcharacters,macros"]
1228
1228
----
1229
- $ pass:quotes[*TEST_SERVER=superlists-staging.ottg.eu:8000 ./manage.py test functional_tests \
1229
+ $ pass:quotes[*TEST_SERVER=localhost:8888 ./src/ manage.py test src/ functional_tests \
1230
1230
--failfast*]
1231
1231
[...]
1232
1232
E
@@ -1317,7 +1317,7 @@ If we try our FTs again, they all pass!
1317
1317
[role="small-code"]
1318
1318
[subs="specialcharacters,macros"]
1319
1319
----
1320
- $ pass:quotes[*TEST_SERVER=superlists-staging.ottg.eu:8000 ./manage.py test functional_tests \
1320
+ $ pass:quotes[*TEST_SERVER=localhost:8888 ./src/ manage.py test src/ functional_tests \
1321
1321
--failfast*]
1322
1322
Found 3 test(s).
1323
1323
Creating test database for alias 'default'...
@@ -1389,7 +1389,7 @@ And we check the FTs again.
1389
1389
[role="small-code"]
1390
1390
[subs="specialcharacters,macros"]
1391
1391
----
1392
- $ pass:quotes[*TEST_SERVER=superlists-staging.ottg.eu:8000 ./manage.py test functional_tests \
1392
+ $ pass:quotes[*TEST_SERVER=localhost:8888 ./src/ manage.py test src/ functional_tests \
1393
1393
--failfast*]
1394
1394
Found 3 test(s).
1395
1395
Creating test database for alias 'default'...
0 commit comments