Skip to content

Commit 8236a04

Browse files
committed
Separate documentation tests in tox.ini
1 parent 51d10be commit 8236a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ envlist = pretest,test-{api,documentation,launcher,server,local_server,multi_ser
3434
labels =
3535
localparalleltests = pretest,test-{api,documentation,launcher,server,local_server,multi_server,custom_type_field,operators},posttest,kill-servers
3636
othertests = pretest,test-{workflow,remote_workflow,remote_operator,service},posttest,kill-servers
37-
ciparalleltests = test-{api,launcher,local_server,multi_server,custom_type_field,operators},kill-servers
37+
ciparalleltests = test-{api,documentation,launcher,local_server,multi_server,custom_type_field,operators},kill-servers
3838

3939
isolated_build_env = build
4040

@@ -95,7 +95,7 @@ commands_pre =
9595
commands =
9696
python -c "\
9797
import os, shutil; \
98-
test_data=['test_documentation', 'test_launcher','test_server','test_local_server','test_multi_server','test_workflow','test_remote_workflow','test_remote_operator','test_service','test_custom_type_field']; \
98+
test_data=['test_documentation','test_launcher','test_server','test_local_server','test_multi_server','test_workflow','test_remote_workflow','test_remote_operator','test_service','test_custom_type_field']; \
9999
[(os.makedirs(d, exist_ok=True), shutil.copy('tests/conftest.py', d), shutil.copy(f'tests/\{d}.py', d) if os.path.exists(f'tests/\{d}.py') else None) for d in test_data]; \
100100
[os.remove(f'tests/\{d}.py') for d in test_data if os.path.exists(f'tests/\{d}.py')]"
101101

0 commit comments

Comments
 (0)