11[tox]
2- envlist = py{36}-lint, py36-unit-quick, py36-lint_docstrings, py36-lint_docs, py{36,37}-unit
2+ envlist = py{36}-lint, py36-unit-quick, py36-lint_docstrings, py36-lint_docs, py{36,37}-unit, py36-gxwf_test_test
33source_dir = planemo
44test_dir = tests
55
@@ -10,12 +10,14 @@ commands =
1010 lint_docstrings: flake8 --ignore =' D107,D401,D105' {[tox]source_dir}
1111 unit: pytest {env:PYTEST_FAIL_FAIL:} {env:PYTEST_CAPTURE:} -m {env:PYTEST_MARK:" " } {env:PYTEST_TARGET:{[tox]test_dir}} {posargs}
1212 mypy: mypy {[tox]source_dir} {posargs}
13+ gxwf_test_test: make setup-venv gxwf-test-test
1314
1415passenv =
1516 PLANEMO_*
1617 PG*
1718 HOME
1819 DOCS
20+
1921deps =
2022 lint: flake8-import-order
2123 lint,lint_docstrings: flake8
2729 unit: coverage
2830 unit: flask
2931 mypy: mypy
32+
3033setenv =
3134 gx: PYTEST_MARK =" tests_galaxy_branch"
3235 diagnostic: PLANEMO_TEST_VERBOSE =1
@@ -54,9 +57,15 @@ setenv =
5457 2005: PLANEMO_TEST_GALAXY_BRANCH =release_20.05
5558 2001: PLANEMO_TEST_GALAXY_BRANCH =release_20.01
5659skip_install =
60+ <<<<<<< HEAD
5761 doc_test,lint,lint_docs,lint_docstrings,mypy: True
62+ =======
63+ doc_test,lint,lint_docs,lint_docstrings,gxwf_test_test: True
64+ >>>>>>> 08a8ee74... Tests for workflow testing script.
5865whitelist_externals =
5966 lint_docs: make
67+ gxwf_test_test: make
68+
6069
6170[testenv:doc_test]
6271commands = bash scripts/run_doc_test.sh
0 commit comments