stepup 2.2.2__tar.gz → 3.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- stepup-3.0.0/.github/requirements-old.txt +7 -0
- stepup-3.0.0/.gitignore +29 -0
- stepup-3.0.0/.markdownlint-cli2.jsonc +15 -0
- stepup-3.0.0/.pre-commit-config.yaml +41 -0
- stepup-3.0.0/PKG-INFO +64 -0
- stepup-3.0.0/asciinema/.gitignore +2 -0
- stepup-3.0.0/asciinema/README.md +87 -0
- stepup-3.0.0/asciinema/docs-autocast.yaml +13 -0
- stepup-3.0.0/asciinema/docs-runall.sh +16 -0
- stepup-3.0.0/asciinema/insert_markers.py +29 -0
- stepup-3.0.0/asciinema/interactive-autocast.yaml +22 -0
- stepup-3.0.0/asciinema/interactive-markers.cast +5 -0
- stepup-3.0.0/asciinema/interactive-runall.sh +29 -0
- stepup-3.0.0/asciinema/template-autocast.yaml +18 -0
- stepup-3.0.0/asciinema/template-markers.cast +6 -0
- stepup-3.0.0/asciinema/template-runall.sh +24 -0
- stepup-3.0.0/docs/advanced_topics/amending_static_inputs/main.sh +8 -0
- stepup-3.0.0/docs/advanced_topics/amending_static_inputs/stdout.txt +12 -0
- stepup-3.0.0/docs/advanced_topics/amending_static_inputs.md +33 -0
- stepup-3.0.0/docs/advanced_topics/amending_steps/main.sh +8 -0
- stepup-3.0.0/docs/advanced_topics/amending_steps/plan.py +7 -0
- stepup-3.0.0/docs/advanced_topics/amending_steps/stdout.txt +26 -0
- stepup-3.0.0/docs/advanced_topics/amending_steps.md +97 -0
- stepup-3.0.0/docs/advanced_topics/blocked_steps/main.sh +7 -0
- stepup-3.0.0/docs/advanced_topics/blocked_steps/plan.py +6 -0
- stepup-3.0.0/docs/advanced_topics/blocked_steps/stdout.txt +16 -0
- stepup-3.0.0/docs/advanced_topics/blocked_steps.md +68 -0
- stepup-3.0.0/docs/advanced_topics/cyclic_dependencies/main.sh +7 -0
- stepup-3.0.0/docs/advanced_topics/cyclic_dependencies/stdout.txt +75 -0
- stepup-3.0.0/docs/advanced_topics/cyclic_dependencies.md +31 -0
- stepup-3.0.0/docs/advanced_topics/environment_variables/main.sh +7 -0
- stepup-3.0.0/docs/advanced_topics/environment_variables/plan.py +4 -0
- stepup-3.0.0/docs/advanced_topics/environment_variables/stdout.txt +14 -0
- stepup-3.0.0/docs/advanced_topics/environment_variables.md +61 -0
- stepup-3.0.0/docs/advanced_topics/here_and_root/main.sh +11 -0
- stepup-3.0.0/docs/advanced_topics/here_and_root/stdout.txt +17 -0
- stepup-3.0.0/docs/advanced_topics/here_and_root.md +90 -0
- stepup-3.0.0/docs/advanced_topics/manual_cleaning.md +58 -0
- stepup-3.0.0/docs/advanced_topics/optional_steps/main.sh +10 -0
- stepup-3.0.0/docs/advanced_topics/optional_steps/plot_logmap.png +0 -0
- stepup-3.0.0/docs/advanced_topics/optional_steps/stdout.txt +24 -0
- stepup-3.0.0/docs/advanced_topics/optional_steps.md +96 -0
- stepup-3.0.0/docs/advanced_topics/pools/main.sh +7 -0
- stepup-3.0.0/docs/advanced_topics/pools/plan.py +7 -0
- stepup-3.0.0/docs/advanced_topics/pools/stdout.txt +27 -0
- stepup-3.0.0/docs/advanced_topics/pools.md +63 -0
- stepup-3.0.0/docs/advanced_topics/render_jinja/config.yaml +2 -0
- stepup-3.0.0/docs/advanced_topics/render_jinja/email.txt +7 -0
- stepup-3.0.0/docs/advanced_topics/render_jinja/email_include.txt +9 -0
- stepup-3.0.0/docs/advanced_topics/render_jinja/email_template.txt +7 -0
- stepup-3.0.0/docs/advanced_topics/render_jinja/main.sh +10 -0
- stepup-3.0.0/docs/advanced_topics/render_jinja/plan.py +5 -0
- stepup-3.0.0/docs/advanced_topics/render_jinja/stdout.txt +11 -0
- stepup-3.0.0/docs/advanced_topics/render_jinja.md +82 -0
- stepup-3.0.0/docs/advanced_topics/static_deferred_glob/graph.txt +46 -0
- stepup-3.0.0/docs/advanced_topics/static_deferred_glob/graph_dependency.svg +53 -0
- stepup-3.0.0/docs/advanced_topics/static_deferred_glob/graph_provenance.svg +95 -0
- stepup-3.0.0/docs/advanced_topics/static_deferred_glob/main.sh +11 -0
- stepup-3.0.0/docs/advanced_topics/static_deferred_glob/plan.py +6 -0
- stepup-3.0.0/docs/advanced_topics/static_deferred_glob/stdout.txt +14 -0
- stepup-3.0.0/docs/advanced_topics/static_deferred_glob.md +70 -0
- stepup-3.0.0/docs/advanced_topics/static_named_glob/main.sh +18 -0
- stepup-3.0.0/docs/advanced_topics/static_named_glob/plan.py +19 -0
- stepup-3.0.0/docs/advanced_topics/static_named_glob/stdout.txt +33 -0
- stepup-3.0.0/docs/advanced_topics/static_named_glob.md +74 -0
- stepup-3.0.0/docs/advanced_topics/step_info.md +55 -0
- stepup-3.0.0/docs/advanced_topics/stepup_root.md +24 -0
- stepup-3.0.0/docs/advanced_topics/variable_substitution/main.sh +9 -0
- stepup-3.0.0/docs/advanced_topics/variable_substitution/plan.py +5 -0
- stepup-3.0.0/docs/advanced_topics/variable_substitution/stdout.txt +11 -0
- stepup-3.0.0/docs/advanced_topics/variable_substitution.md +67 -0
- stepup-3.0.0/docs/advanced_topics/volatile_outputs/main.sh +7 -0
- stepup-3.0.0/docs/advanced_topics/volatile_outputs/plan.py +4 -0
- stepup-3.0.0/docs/advanced_topics/volatile_outputs/stdout.txt +11 -0
- stepup-3.0.0/docs/advanced_topics/volatile_outputs.md +51 -0
- stepup-3.0.0/docs/changelog.md +570 -0
- stepup-3.0.0/docs/development.md +86 -0
- stepup-3.0.0/docs/extending/action.md +44 -0
- stepup-3.0.0/docs/extending/api.md +18 -0
- stepup-3.0.0/docs/extending/introduction.md +28 -0
- stepup-3.0.0/docs/extending/tool.md +42 -0
- stepup-3.0.0/docs/getting_started/automatic_cleaning.md +36 -0
- stepup-3.0.0/docs/getting_started/call/main.sh +8 -0
- stepup-3.0.0/docs/getting_started/call/stdout.txt +13 -0
- stepup-3.0.0/docs/getting_started/call.md +122 -0
- stepup-3.0.0/docs/getting_started/copy_mkdir/main.sh +7 -0
- stepup-3.0.0/docs/getting_started/copy_mkdir/plan.py +6 -0
- stepup-3.0.0/docs/getting_started/copy_mkdir/stdout.txt +16 -0
- stepup-3.0.0/docs/getting_started/copy_mkdir.md +41 -0
- stepup-3.0.0/docs/getting_started/dependencies/graph.txt +49 -0
- stepup-3.0.0/docs/getting_started/dependencies/graph_dependency.svg +63 -0
- stepup-3.0.0/docs/getting_started/dependencies/graph_provenance.svg +99 -0
- stepup-3.0.0/docs/getting_started/dependencies/main.sh +13 -0
- stepup-3.0.0/docs/getting_started/dependencies/plan.py +6 -0
- stepup-3.0.0/docs/getting_started/dependencies/stdout.txt +17 -0
- stepup-3.0.0/docs/getting_started/dependencies.md +136 -0
- stepup-3.0.0/docs/getting_started/distributed_plans/main.sh +10 -0
- stepup-3.0.0/docs/getting_started/distributed_plans/stdout.txt +21 -0
- stepup-3.0.0/docs/getting_started/distributed_plans/sub/plan.py +5 -0
- stepup-3.0.0/docs/getting_started/failing_steps.md +24 -0
- stepup-3.0.0/docs/getting_started/first_runpy/helper.py +1 -0
- stepup-3.0.0/docs/getting_started/first_runpy/main.sh +10 -0
- stepup-3.0.0/docs/getting_started/first_runpy/plan.py +5 -0
- stepup-3.0.0/docs/getting_started/first_runpy/stdout.txt +16 -0
- stepup-3.0.0/docs/getting_started/first_runpy/work.py +7 -0
- stepup-3.0.0/docs/getting_started/first_runpy.md +72 -0
- stepup-3.0.0/docs/getting_started/first_step/main.sh +14 -0
- stepup-3.0.0/docs/getting_started/first_step/plan.py +4 -0
- stepup-3.0.0/docs/getting_started/first_step/stdout1.txt +14 -0
- stepup-3.0.0/docs/getting_started/first_step/stdout2.txt +10 -0
- stepup-3.0.0/docs/getting_started/first_step/stdout3.txt +1 -0
- stepup-3.0.0/docs/getting_started/first_step.md +119 -0
- stepup-3.0.0/docs/getting_started/interactive_usage.md +81 -0
- stepup-3.0.0/docs/getting_started/load_namespace/config.toml +2 -0
- stepup-3.0.0/docs/getting_started/load_namespace/main.sh +9 -0
- stepup-3.0.0/docs/getting_started/load_namespace/plan.py +5 -0
- stepup-3.0.0/docs/getting_started/load_namespace/print_sentence.py +5 -0
- stepup-3.0.0/docs/getting_started/load_namespace/stdout.txt +14 -0
- stepup-3.0.0/docs/getting_started/load_namespace.md +62 -0
- stepup-3.0.0/docs/getting_started/no_rules/main.sh +9 -0
- stepup-3.0.0/docs/getting_started/no_rules/plan.py +10 -0
- stepup-3.0.0/docs/getting_started/no_rules/stdout.txt +13 -0
- stepup-3.0.0/docs/getting_started/no_rules.md +41 -0
- stepup-3.0.0/docs/getting_started/script_multiple/.gitignore +1 -0
- stepup-3.0.0/docs/getting_started/script_multiple/cases_out.txt +2 -0
- stepup-3.0.0/docs/getting_started/script_multiple/main.sh +12 -0
- stepup-3.0.0/docs/getting_started/script_multiple/plot_ebbr.png +0 -0
- stepup-3.0.0/docs/getting_started/script_multiple/plot_ebos.png +0 -0
- stepup-3.0.0/docs/getting_started/script_multiple/stdout.txt +15 -0
- stepup-3.0.0/docs/getting_started/script_multiple.md +138 -0
- stepup-3.0.0/docs/getting_started/script_single/main.sh +9 -0
- stepup-3.0.0/docs/getting_started/script_single/stdout.txt +13 -0
- stepup-3.0.0/docs/getting_started/script_single.md +181 -0
- stepup-3.0.0/docs/getting_started/static_files/main.sh +8 -0
- stepup-3.0.0/docs/getting_started/static_files/plan.py +5 -0
- stepup-3.0.0/docs/getting_started/static_files/stdout.txt +11 -0
- stepup-3.0.0/docs/getting_started/static_files.md +53 -0
- stepup-3.0.0/docs/getting_started/static_glob/main.sh +7 -0
- stepup-3.0.0/docs/getting_started/static_glob/stdout.txt +15 -0
- stepup-3.0.0/docs/getting_started/static_glob.md +58 -0
- stepup-3.0.0/docs/getting_started/static_glob_conditional/main.sh +11 -0
- stepup-3.0.0/docs/getting_started/static_glob_conditional/plan.py +14 -0
- stepup-3.0.0/docs/getting_started/static_glob_conditional/stdout1.txt +16 -0
- stepup-3.0.0/docs/getting_started/static_glob_conditional/stdout2.txt +15 -0
- stepup-3.0.0/docs/getting_started/static_glob_conditional.md +105 -0
- stepup-3.0.0/docs/getting_started/workdir/.gitignore +1 -0
- stepup-3.0.0/docs/getting_started/workdir/main.sh +8 -0
- stepup-3.0.0/docs/getting_started/workdir/plan.py +5 -0
- stepup-3.0.0/docs/getting_started/workdir/stdout.txt +11 -0
- stepup-3.0.0/docs/getting_started/workdir.md +52 -0
- stepup-3.0.0/docs/index.md +147 -0
- stepup-3.0.0/docs/plan.py +67 -0
- stepup-3.0.0/docs/reference/environment_variables.md +47 -0
- stepup-3.0.0/docs/reference/interactive.md +151 -0
- stepup-3.0.0/docs/reference/stepup.core.api.md +48 -0
- stepup-3.0.0/mkdocs.yaml +155 -0
- stepup-3.0.0/pyproject.toml +124 -0
- stepup-3.0.0/stepup/core/__main__.py +77 -0
- stepup-3.0.0/stepup/core/actions.py +160 -0
- stepup-3.0.0/stepup/core/api.py +1286 -0
- stepup-3.0.0/stepup/core/asyncio.py +177 -0
- stepup-3.0.0/stepup/core/call.py +142 -0
- stepup-3.0.0/stepup/core/cascade.py +861 -0
- stepup-3.0.0/stepup/core/clean.py +204 -0
- stepup-3.0.0/stepup/core/director.py +655 -0
- stepup-3.0.0/stepup/core/file.py +301 -0
- stepup-3.0.0/stepup/core/interact.py +179 -0
- stepup-3.0.0/stepup/core/job.py +143 -0
- stepup-3.0.0/stepup/core/pytest.py +169 -0
- stepup-3.0.0/stepup/core/render_jinja.py +167 -0
- stepup-3.0.0/stepup/core/reporter.py +308 -0
- stepup-3.0.0/stepup/core/rpc.py +602 -0
- stepup-3.0.0/stepup/core/runner.py +389 -0
- stepup-3.0.0/stepup/core/scheduler.py +168 -0
- stepup-3.0.0/stepup/core/script.py +391 -0
- stepup-3.0.0/stepup/core/startup.py +201 -0
- stepup-3.0.0/stepup/core/step.py +933 -0
- stepup-3.0.0/stepup/core/stepinfo.py +121 -0
- stepup-3.0.0/stepup/core/tui.py +301 -0
- stepup-3.0.0/stepup/core/utils.py +405 -0
- stepup-3.0.0/stepup/core/watcher.py +296 -0
- stepup-3.0.0/stepup/core/worker.py +1076 -0
- stepup-3.0.0/stepup/core/workflow.py +1173 -0
- stepup-3.0.0/stepup.egg-info/PKG-INFO +64 -0
- stepup-3.0.0/stepup.egg-info/SOURCES.txt +1701 -0
- stepup-3.0.0/stepup.egg-info/entry_points.txt +24 -0
- stepup-3.0.0/stepup.egg-info/requires.txt +20 -0
- stepup-3.0.0/tests/conftest.py +144 -0
- stepup-3.0.0/tests/examples/README.md +36 -0
- stepup-3.0.0/tests/examples/absolute/main.sh +41 -0
- stepup-3.0.0/tests/examples/absolute/plan.py +15 -0
- stepup-3.0.0/tests/examples/amend/expected_graph1.txt +77 -0
- stepup-3.0.0/tests/examples/amend/expected_graph2.txt +77 -0
- stepup-3.0.0/tests/examples/amend/expected_graph3.txt +77 -0
- stepup-3.0.0/tests/examples/amend/expected_graph4.txt +77 -0
- stepup-3.0.0/tests/examples/amend/expected_stdout1.txt +34 -0
- stepup-3.0.0/tests/examples/amend/expected_stdout2.txt +10 -0
- stepup-3.0.0/tests/examples/amend/expected_stdout3.txt +21 -0
- stepup-3.0.0/tests/examples/amend/main.sh +79 -0
- stepup-3.0.0/tests/examples/amend/plan.py +6 -0
- stepup-3.0.0/tests/examples/amend_delay/expected_graph1.txt +105 -0
- stepup-3.0.0/tests/examples/amend_delay/expected_graph2.txt +105 -0
- stepup-3.0.0/tests/examples/amend_delay/expected_graph3.txt +105 -0
- stepup-3.0.0/tests/examples/amend_delay/expected_stdout.txt +81 -0
- stepup-3.0.0/tests/examples/amend_delay/main.sh +63 -0
- stepup-3.0.0/tests/examples/amend_delay/plan.py +8 -0
- stepup-3.0.0/tests/examples/amend_delete_both/expected_graph1.txt +105 -0
- stepup-3.0.0/tests/examples/amend_delete_both/expected_graph2.txt +105 -0
- stepup-3.0.0/tests/examples/amend_delete_both/expected_stdout1.txt +15 -0
- stepup-3.0.0/tests/examples/amend_delete_both/expected_stdout2.txt +45 -0
- stepup-3.0.0/tests/examples/amend_delete_both/main.sh +51 -0
- stepup-3.0.0/tests/examples/amend_delete_both/plan.py +7 -0
- stepup-3.0.0/tests/examples/amend_env_vars/expected_graph.txt +58 -0
- stepup-3.0.0/tests/examples/amend_env_vars/expected_stdout.txt +11 -0
- stepup-3.0.0/tests/examples/amend_env_vars/main.sh +24 -0
- stepup-3.0.0/tests/examples/amend_env_vars/plan.py +5 -0
- stepup-3.0.0/tests/examples/amend_missing/expected_graph.txt +56 -0
- stepup-3.0.0/tests/examples/amend_missing/expected_stdout.txt +31 -0
- stepup-3.0.0/tests/examples/amend_missing/main.sh +22 -0
- stepup-3.0.0/tests/examples/amend_missing/plan.py +6 -0
- stepup-3.0.0/tests/examples/amend_outdir_pending/expected_graph.txt +45 -0
- stepup-3.0.0/tests/examples/amend_outdir_pending/expected_stdout.txt +26 -0
- stepup-3.0.0/tests/examples/amend_outdir_pending/main.sh +19 -0
- stepup-3.0.0/tests/examples/amend_outdir_pending/plan.py +4 -0
- stepup-3.0.0/tests/examples/amend_self_static/README.txt +2 -0
- stepup-3.0.0/tests/examples/amend_self_static/main.sh +65 -0
- stepup-3.0.0/tests/examples/amend_self_static/plan.py +5 -0
- stepup-3.0.0/tests/examples/amend_validate1/expected_graph1.txt +83 -0
- stepup-3.0.0/tests/examples/amend_validate1/expected_graph2.txt +83 -0
- stepup-3.0.0/tests/examples/amend_validate1/expected_stdout.txt +27 -0
- stepup-3.0.0/tests/examples/amend_validate1/main.sh +36 -0
- stepup-3.0.0/tests/examples/amend_validate1/plan.py +7 -0
- stepup-3.0.0/tests/examples/amend_validate2/.gitignore +5 -0
- stepup-3.0.0/tests/examples/amend_validate2/README.txt +3 -0
- stepup-3.0.0/tests/examples/amend_validate2/expected_graph.txt +72 -0
- stepup-3.0.0/tests/examples/amend_validate2/expected_stdout.txt +37 -0
- stepup-3.0.0/tests/examples/amend_validate2/main.sh +24 -0
- stepup-3.0.0/tests/examples/amend_validate2/plan.py +6 -0
- stepup-3.0.0/tests/examples/amend_validate2/work.py +7 -0
- stepup-3.0.0/tests/examples/amend_voldir_pending/expected_graph.txt +45 -0
- stepup-3.0.0/tests/examples/amend_voldir_pending/expected_stdout.txt +26 -0
- stepup-3.0.0/tests/examples/amend_voldir_pending/main.sh +19 -0
- stepup-3.0.0/tests/examples/amend_voldir_pending/plan.py +4 -0
- stepup-3.0.0/tests/examples/call_chain/expected_graph.txt +85 -0
- stepup-3.0.0/tests/examples/call_chain/expected_stdout.txt +13 -0
- stepup-3.0.0/tests/examples/call_chain/main.sh +22 -0
- stepup-3.0.0/tests/examples/call_import/expected_graph1.txt +56 -0
- stepup-3.0.0/tests/examples/call_import/expected_graph2.txt +56 -0
- stepup-3.0.0/tests/examples/call_import/expected_stdout1.txt +11 -0
- stepup-3.0.0/tests/examples/call_import/expected_stdout2.txt +13 -0
- stepup-3.0.0/tests/examples/call_import/main.sh +40 -0
- stepup-3.0.0/tests/examples/call_inp_out/expected_graph.txt +58 -0
- stepup-3.0.0/tests/examples/call_inp_out/expected_stdout.txt +11 -0
- stepup-3.0.0/tests/examples/call_inp_out/main.sh +21 -0
- stepup-3.0.0/tests/examples/call_json_pickle/expected_graph1.txt +86 -0
- stepup-3.0.0/tests/examples/call_json_pickle/expected_graph2.txt +86 -0
- stepup-3.0.0/tests/examples/call_json_pickle/expected_stdout1.txt +13 -0
- stepup-3.0.0/tests/examples/call_json_pickle/expected_stdout2.txt +20 -0
- stepup-3.0.0/tests/examples/call_json_pickle/main.sh +44 -0
- stepup-3.0.0/tests/examples/call_kwargs_return/expected_graph.txt +67 -0
- stepup-3.0.0/tests/examples/call_kwargs_return/expected_stdout.txt +16 -0
- stepup-3.0.0/tests/examples/call_kwargs_return/main.sh +21 -0
- stepup-3.0.0/tests/examples/call_kwargs_return/plan.py +8 -0
- stepup-3.0.0/tests/examples/call_minimal/expected_graph.txt +47 -0
- stepup-3.0.0/tests/examples/call_minimal/expected_stdout.txt +11 -0
- stepup-3.0.0/tests/examples/call_minimal/main.sh +20 -0
- stepup-3.0.0/tests/examples/call_not_json/expected_graph.txt +29 -0
- stepup-3.0.0/tests/examples/call_not_json/expected_stdout.txt +17 -0
- stepup-3.0.0/tests/examples/call_not_json/main.sh +24 -0
- stepup-3.0.0/tests/examples/call_out/expected_graph.txt +65 -0
- stepup-3.0.0/tests/examples/call_out/expected_stdout.txt +13 -0
- stepup-3.0.0/tests/examples/call_out/main.sh +21 -0
- stepup-3.0.0/tests/examples/call_out_multi/README.txt +1 -0
- stepup-3.0.0/tests/examples/call_out_multi/expected_stdout.txt +13 -0
- stepup-3.0.0/tests/examples/call_out_multi/inp1.txt +1 -0
- stepup-3.0.0/tests/examples/call_out_multi/inp2.txt +1 -0
- stepup-3.0.0/tests/examples/call_out_multi/main.sh +21 -0
- stepup-3.0.0/tests/examples/call_out_multi/plan.py +10 -0
- stepup-3.0.0/tests/examples/call_out_multi/transform.py +20 -0
- stepup-3.0.0/tests/examples/call_pickle/expected_graph.txt +67 -0
- stepup-3.0.0/tests/examples/call_pickle/expected_stdout.txt +16 -0
- stepup-3.0.0/tests/examples/call_pickle/main.sh +21 -0
- stepup-3.0.0/tests/examples/call_pickle/plan.py +13 -0
- stepup-3.0.0/tests/examples/call_prefix/expected_graph.txt +65 -0
- stepup-3.0.0/tests/examples/call_prefix/expected_stdout.txt +13 -0
- stepup-3.0.0/tests/examples/call_prefix/main.sh +21 -0
- stepup-3.0.0/tests/examples/call_subdir/data/plan.py +14 -0
- stepup-3.0.0/tests/examples/call_subdir/expected_graph.txt +88 -0
- stepup-3.0.0/tests/examples/call_subdir/expected_stdout.txt +13 -0
- stepup-3.0.0/tests/examples/call_subdir/main.sh +27 -0
- stepup-3.0.0/tests/examples/clean_after/expected_stdout.txt +15 -0
- stepup-3.0.0/tests/examples/clean_after/main.sh +32 -0
- stepup-3.0.0/tests/examples/clean_after/plan.py +6 -0
- stepup-3.0.0/tests/examples/clean_awaited1/expected_graph1.txt +45 -0
- stepup-3.0.0/tests/examples/clean_awaited1/expected_graph2.txt +45 -0
- stepup-3.0.0/tests/examples/clean_awaited1/expected_stdout.txt +34 -0
- stepup-3.0.0/tests/examples/clean_awaited1/main.sh +41 -0
- stepup-3.0.0/tests/examples/clean_awaited2/expected_graph1.txt +47 -0
- stepup-3.0.0/tests/examples/clean_awaited2/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/clean_awaited2/expected_stdout.txt +27 -0
- stepup-3.0.0/tests/examples/clean_awaited2/main.sh +46 -0
- stepup-3.0.0/tests/examples/clean_changed/expected_graph.txt +38 -0
- stepup-3.0.0/tests/examples/clean_changed/expected_stdout.txt +11 -0
- stepup-3.0.0/tests/examples/clean_changed/main.sh +30 -0
- stepup-3.0.0/tests/examples/clean_changed/plan.py +4 -0
- stepup-3.0.0/tests/examples/clean_dir/expected_graph1.txt +96 -0
- stepup-3.0.0/tests/examples/clean_dir/expected_graph2.txt +96 -0
- stepup-3.0.0/tests/examples/clean_dir/expected_stdout.txt +21 -0
- stepup-3.0.0/tests/examples/clean_dir/main.sh +33 -0
- stepup-3.0.0/tests/examples/clean_dir/plan.py +7 -0
- stepup-3.0.0/tests/examples/clean_dir_static/expected_graph1.txt +76 -0
- stepup-3.0.0/tests/examples/clean_dir_static/expected_graph2.txt +76 -0
- stepup-3.0.0/tests/examples/clean_dir_static/expected_stdout.txt +15 -0
- stepup-3.0.0/tests/examples/clean_dir_static/main.sh +33 -0
- stepup-3.0.0/tests/examples/clean_drained_scheduler/expected_graph1.txt +78 -0
- stepup-3.0.0/tests/examples/clean_drained_scheduler/expected_graph2.txt +78 -0
- stepup-3.0.0/tests/examples/clean_drained_scheduler/expected_stdout.txt +33 -0
- stepup-3.0.0/tests/examples/clean_drained_scheduler/main.sh +37 -0
- stepup-3.0.0/tests/examples/clean_drained_scheduler/plan.py +9 -0
- stepup-3.0.0/tests/examples/clean_nonexisting/expected_graph1.txt +38 -0
- stepup-3.0.0/tests/examples/clean_nonexisting/expected_graph2.txt +38 -0
- stepup-3.0.0/tests/examples/clean_nonexisting/expected_stdout.txt +11 -0
- stepup-3.0.0/tests/examples/clean_nonexisting/main.sh +29 -0
- stepup-3.0.0/tests/examples/clean_nonexisting/plan.py +4 -0
- stepup-3.0.0/tests/examples/cyclic_dynamic/expected_graph.txt +108 -0
- stepup-3.0.0/tests/examples/cyclic_dynamic/expected_stdout.txt +30 -0
- stepup-3.0.0/tests/examples/cyclic_dynamic/main.sh +21 -0
- stepup-3.0.0/tests/examples/cyclic_dynamic/plan.py +6 -0
- stepup-3.0.0/tests/examples/cyclic_dynamic/work1.py +8 -0
- stepup-3.0.0/tests/examples/cyclic_dynamic/work2.py +8 -0
- stepup-3.0.0/tests/examples/cyclic_static/.gitignore +4 -0
- stepup-3.0.0/tests/examples/cyclic_static/expected_graph.txt +90 -0
- stepup-3.0.0/tests/examples/cyclic_static/expected_stdout.txt +20 -0
- stepup-3.0.0/tests/examples/cyclic_static/main.sh +21 -0
- stepup-3.0.0/tests/examples/cyclic_static/plan.py +6 -0
- stepup-3.0.0/tests/examples/deferred_dir_amend/expected_graph.txt +94 -0
- stepup-3.0.0/tests/examples/deferred_dir_amend/expected_stdout.txt +11 -0
- stepup-3.0.0/tests/examples/deferred_dir_amend/main.sh +25 -0
- stepup-3.0.0/tests/examples/deferred_dir_amend/plan.py +7 -0
- stepup-3.0.0/tests/examples/deferred_dir_glob/expected_graph.txt +140 -0
- stepup-3.0.0/tests/examples/deferred_dir_glob/expected_stdout.txt +9 -0
- stepup-3.0.0/tests/examples/deferred_dir_glob/main.sh +23 -0
- stepup-3.0.0/tests/examples/deferred_dir_static/expected_graph.txt +60 -0
- stepup-3.0.0/tests/examples/deferred_dir_static/expected_stdout.txt +11 -0
- stepup-3.0.0/tests/examples/deferred_dir_static/main.sh +20 -0
- stepup-3.0.0/tests/examples/deferred_dir_step/expected_graph.txt +94 -0
- stepup-3.0.0/tests/examples/deferred_dir_step/expected_stdout.txt +11 -0
- stepup-3.0.0/tests/examples/deferred_dir_step/main.sh +25 -0
- stepup-3.0.0/tests/examples/deferred_dir_step/plan.py +13 -0
- stepup-3.0.0/tests/examples/deferred_glob1/expected_graph1.txt +68 -0
- stepup-3.0.0/tests/examples/deferred_glob1/expected_graph2.txt +68 -0
- stepup-3.0.0/tests/examples/deferred_glob1/expected_stdout1.txt +11 -0
- stepup-3.0.0/tests/examples/deferred_glob1/expected_stdout2.txt +16 -0
- stepup-3.0.0/tests/examples/deferred_glob1/main.sh +42 -0
- stepup-3.0.0/tests/examples/deferred_glob2/expected_graph1.txt +67 -0
- stepup-3.0.0/tests/examples/deferred_glob2/expected_graph2.txt +26 -0
- stepup-3.0.0/tests/examples/deferred_glob2/expected_stdout.txt +18 -0
- stepup-3.0.0/tests/examples/deferred_glob2/main.sh +34 -0
- stepup-3.0.0/tests/examples/deferred_nonexisting_dir/expected_graph1.txt +60 -0
- stepup-3.0.0/tests/examples/deferred_nonexisting_dir/expected_graph2.txt +60 -0
- stepup-3.0.0/tests/examples/deferred_nonexisting_dir/expected_graph3.txt +60 -0
- stepup-3.0.0/tests/examples/deferred_nonexisting_dir/expected_stdout.txt +37 -0
- stepup-3.0.0/tests/examples/deferred_nonexisting_dir/main.sh +53 -0
- stepup-3.0.0/tests/examples/deferred_subdir/expected_graph.txt +74 -0
- stepup-3.0.0/tests/examples/deferred_subdir/expected_stdout.txt +13 -0
- stepup-3.0.0/tests/examples/deferred_subdir/main.sh +21 -0
- stepup-3.0.0/tests/examples/env_vars/demovars.py +17 -0
- stepup-3.0.0/tests/examples/env_vars/expected_graph1.txt +76 -0
- stepup-3.0.0/tests/examples/env_vars/expected_graph2.txt +77 -0
- stepup-3.0.0/tests/examples/env_vars/expected_graph3.txt +77 -0
- stepup-3.0.0/tests/examples/env_vars/expected_graph4.txt +77 -0
- stepup-3.0.0/tests/examples/env_vars/expected_graph5.txt +77 -0
- stepup-3.0.0/tests/examples/env_vars/expected_graph6.txt +77 -0
- stepup-3.0.0/tests/examples/env_vars/expected_stdout1.txt +44 -0
- stepup-3.0.0/tests/examples/env_vars/expected_stdout2.txt +24 -0
- stepup-3.0.0/tests/examples/env_vars/expected_stdout3.txt +25 -0
- stepup-3.0.0/tests/examples/env_vars/expected_stdout4.txt +25 -0
- stepup-3.0.0/tests/examples/env_vars/main.sh +109 -0
- stepup-3.0.0/tests/examples/env_vars/plan.py +5 -0
- stepup-3.0.0/tests/examples/env_vars_amend/expected_graph1.txt +50 -0
- stepup-3.0.0/tests/examples/env_vars_amend/expected_graph2.txt +50 -0
- stepup-3.0.0/tests/examples/env_vars_amend/expected_stdout1.txt +11 -0
- stepup-3.0.0/tests/examples/env_vars_amend/expected_stdout2.txt +23 -0
- stepup-3.0.0/tests/examples/env_vars_amend/main.sh +39 -0
- stepup-3.0.0/tests/examples/env_vars_amend/plan.py +5 -0
- stepup-3.0.0/tests/examples/env_vars_multi/expected_graph.txt +107 -0
- stepup-3.0.0/tests/examples/env_vars_multi/expected_stdout.txt +15 -0
- stepup-3.0.0/tests/examples/env_vars_multi/main.sh +24 -0
- stepup-3.0.0/tests/examples/env_vars_path/expected_graph1.txt +60 -0
- stepup-3.0.0/tests/examples/env_vars_path/expected_graph2.txt +60 -0
- stepup-3.0.0/tests/examples/env_vars_path/expected_stdout1.txt +11 -0
- stepup-3.0.0/tests/examples/env_vars_path/expected_stdout2.txt +27 -0
- stepup-3.0.0/tests/examples/env_vars_path/main.sh +42 -0
- stepup-3.0.0/tests/examples/env_vars_path/plan.py +12 -0
- stepup-3.0.0/tests/examples/env_vars_subs/expected_graph.txt +48 -0
- stepup-3.0.0/tests/examples/env_vars_subs/expected_stdout.txt +18 -0
- stepup-3.0.0/tests/examples/env_vars_subs/main.sh +22 -0
- stepup-3.0.0/tests/examples/env_vars_workdir/expected_graph.txt +55 -0
- stepup-3.0.0/tests/examples/env_vars_workdir/expected_stdout.txt +11 -0
- stepup-3.0.0/tests/examples/env_vars_workdir/main.sh +22 -0
- stepup-3.0.0/tests/examples/env_vars_workdir/plan.py +11 -0
- stepup-3.0.0/tests/examples/error_cyclic_late/expected_graph.txt +45 -0
- stepup-3.0.0/tests/examples/error_cyclic_late/expected_stdout.txt +27 -0
- stepup-3.0.0/tests/examples/error_cyclic_late/main.sh +21 -0
- stepup-3.0.0/tests/examples/error_cyclic_late/plan.py +5 -0
- stepup-3.0.0/tests/examples/error_deferred_nonexisting/expected_stdout.txt +30 -0
- stepup-3.0.0/tests/examples/error_deferred_nonexisting/main.sh +18 -0
- stepup-3.0.0/tests/examples/error_deferred_nonexisting/plan.py +5 -0
- stepup-3.0.0/tests/examples/error_env_var/expected_graph.txt +22 -0
- stepup-3.0.0/tests/examples/error_env_var/expected_stdout.txt +17 -0
- stepup-3.0.0/tests/examples/error_env_var/main.sh +19 -0
- stepup-3.0.0/tests/examples/error_env_var/plan.py +4 -0
- stepup-3.0.0/tests/examples/error_main_fails/expected_graph1.txt +40 -0
- stepup-3.0.0/tests/examples/error_main_fails/expected_graph2.txt +37 -0
- stepup-3.0.0/tests/examples/error_main_fails/expected_stdout1.txt +11 -0
- stepup-3.0.0/tests/examples/error_main_fails/expected_stdout2.txt +28 -0
- stepup-3.0.0/tests/examples/error_main_fails/main.sh +38 -0
- stepup-3.0.0/tests/examples/error_main_fails/plan1.py +4 -0
- stepup-3.0.0/tests/examples/error_not_executable/expected_stdout.txt +12 -0
- stepup-3.0.0/tests/examples/error_not_executable/main.sh +14 -0
- stepup-3.0.0/tests/examples/error_not_executable/plan.py +5 -0
- stepup-3.0.0/tests/examples/error_overlap_deferred/expected_graph.txt +46 -0
- stepup-3.0.0/tests/examples/error_overlap_deferred/expected_stdout.txt +14 -0
- stepup-3.0.0/tests/examples/error_overlap_deferred/main.sh +20 -0
- stepup-3.0.0/tests/examples/error_overlap_deferred/plan.py +6 -0
- stepup-3.0.0/tests/examples/error_static_dir/expected_graph.txt +22 -0
- stepup-3.0.0/tests/examples/error_static_dir/expected_stdout.txt +17 -0
- stepup-3.0.0/tests/examples/error_static_dir/main.sh +19 -0
- stepup-3.0.0/tests/examples/error_static_dir/plan.py +5 -0
- stepup-3.0.0/tests/examples/error_step/expected_graph.txt +38 -0
- stepup-3.0.0/tests/examples/error_step/expected_stdout.txt +21 -0
- stepup-3.0.0/tests/examples/error_step/main.sh +19 -0
- stepup-3.0.0/tests/examples/error_step/plan.py +4 -0
- stepup-3.0.0/tests/examples/external_sources/expected_graph1.txt +74 -0
- stepup-3.0.0/tests/examples/external_sources/expected_graph2.txt +74 -0
- stepup-3.0.0/tests/examples/external_sources/expected_stdout1.txt +12 -0
- stepup-3.0.0/tests/examples/external_sources/expected_stdout2.txt +14 -0
- stepup-3.0.0/tests/examples/external_sources/main.sh +45 -0
- stepup-3.0.0/tests/examples/getinfo/expected_graph.txt +129 -0
- stepup-3.0.0/tests/examples/getinfo/expected_stdout.txt +11 -0
- stepup-3.0.0/tests/examples/getinfo/main.sh +25 -0
- stepup-3.0.0/tests/examples/getinfo/plan.py +12 -0
- stepup-3.0.0/tests/examples/getinfo/sub/getinfo.py +35 -0
- stepup-3.0.0/tests/examples/here/expected_graph.txt +119 -0
- stepup-3.0.0/tests/examples/here/expected_stdout.txt +18 -0
- stepup-3.0.0/tests/examples/here/main.sh +24 -0
- stepup-3.0.0/tests/examples/here/source/www/index.md +3 -0
- stepup-3.0.0/tests/examples/input_check_changed/expected_graph.txt +83 -0
- stepup-3.0.0/tests/examples/input_check_changed/expected_stdout.txt +23 -0
- stepup-3.0.0/tests/examples/input_check_changed/main.sh +23 -0
- stepup-3.0.0/tests/examples/input_check_changed/plan.py +7 -0
- stepup-3.0.0/tests/examples/input_check_deleted/expected_graph.txt +83 -0
- stepup-3.0.0/tests/examples/input_check_deleted/expected_stdout.txt +23 -0
- stepup-3.0.0/tests/examples/input_check_deleted/main.sh +23 -0
- stepup-3.0.0/tests/examples/input_check_deleted/plan.py +7 -0
- stepup-3.0.0/tests/examples/input_check_three/expected_graph.txt +83 -0
- stepup-3.0.0/tests/examples/input_check_three/expected_stdout.txt +23 -0
- stepup-3.0.0/tests/examples/input_check_three/main.sh +24 -0
- stepup-3.0.0/tests/examples/input_check_three/plan.py +8 -0
- stepup-3.0.0/tests/examples/input_check_two/expected_graph.txt +74 -0
- stepup-3.0.0/tests/examples/input_check_two/expected_stdout.txt +22 -0
- stepup-3.0.0/tests/examples/input_check_two/main.sh +24 -0
- stepup-3.0.0/tests/examples/input_check_two/plan.py +7 -0
- stepup-3.0.0/tests/examples/makedirs/bunch.py +35 -0
- stepup-3.0.0/tests/examples/makedirs/expected_graph.txt +101 -0
- stepup-3.0.0/tests/examples/makedirs/expected_stdout.txt +11 -0
- stepup-3.0.0/tests/examples/makedirs/main.sh +21 -0
- stepup-3.0.0/tests/examples/makedirs/plan.py +17 -0
- stepup-3.0.0/tests/examples/mkdir/expected_graph.txt +72 -0
- stepup-3.0.0/tests/examples/mkdir/expected_stdout.txt +15 -0
- stepup-3.0.0/tests/examples/mkdir/main.sh +21 -0
- stepup-3.0.0/tests/examples/mkdir/plan.py +7 -0
- stepup-3.0.0/tests/examples/mkdir_error/expected_graph.txt +50 -0
- stepup-3.0.0/tests/examples/mkdir_error/expected_stdout.txt +21 -0
- stepup-3.0.0/tests/examples/mkdir_error/main.sh +19 -0
- stepup-3.0.0/tests/examples/no_clean/.gitignore +5 -0
- stepup-3.0.0/tests/examples/no_clean/README.txt +1 -0
- stepup-3.0.0/tests/examples/no_clean/expected_graph1.txt +29 -0
- stepup-3.0.0/tests/examples/no_clean/expected_graph2.txt +34 -0
- stepup-3.0.0/tests/examples/no_clean/expected_stdout1.txt +11 -0
- stepup-3.0.0/tests/examples/no_clean/expected_stdout2.txt +16 -0
- stepup-3.0.0/tests/examples/no_clean/main.sh +37 -0
- stepup-3.0.0/tests/examples/no_clean/plan1.py +4 -0
- stepup-3.0.0/tests/examples/no_clean/plan2.py +4 -0
- stepup-3.0.0/tests/examples/no_data/expected_graph1.txt +60 -0
- stepup-3.0.0/tests/examples/no_data/expected_graph2.txt +41 -0
- stepup-3.0.0/tests/examples/no_data/expected_graph3.txt +60 -0
- stepup-3.0.0/tests/examples/no_data/expected_stdout1.txt +29 -0
- stepup-3.0.0/tests/examples/no_data/expected_stdout2.txt +15 -0
- stepup-3.0.0/tests/examples/no_data/main.sh +54 -0
- stepup-3.0.0/tests/examples/no_data/plan.py +8 -0
- stepup-3.0.0/tests/examples/no_plan/.gitignore +1 -0
- stepup-3.0.0/tests/examples/no_plan/main.sh +11 -0
- stepup-3.0.0/tests/examples/no_shebang/expected_graph.txt +38 -0
- stepup-3.0.0/tests/examples/no_shebang/expected_stdout.txt +19 -0
- stepup-3.0.0/tests/examples/no_shebang/main.sh +26 -0
- stepup-3.0.0/tests/examples/no_shebang/plan.py +5 -0
- stepup-3.0.0/tests/examples/no_static/expected_graph.txt +56 -0
- stepup-3.0.0/tests/examples/no_static/expected_stdout.txt +16 -0
- stepup-3.0.0/tests/examples/no_static/main.sh +55 -0
- stepup-3.0.0/tests/examples/no_static/plan.py +5 -0
- stepup-3.0.0/tests/examples/not_cyclic/expected_graph1.txt +40 -0
- stepup-3.0.0/tests/examples/not_cyclic/expected_graph2.txt +40 -0
- stepup-3.0.0/tests/examples/not_cyclic/expected_graph3.txt +40 -0
- stepup-3.0.0/tests/examples/not_cyclic/expected_graph4.txt +40 -0
- stepup-3.0.0/tests/examples/not_cyclic/expected_stdout1.txt +23 -0
- stepup-3.0.0/tests/examples/not_cyclic/expected_stdout2.txt +10 -0
- stepup-3.0.0/tests/examples/not_cyclic/main.sh +67 -0
- stepup-3.0.0/tests/examples/optional_amend/expected_graph1.txt +75 -0
- stepup-3.0.0/tests/examples/optional_amend/expected_graph2.txt +75 -0
- stepup-3.0.0/tests/examples/optional_amend/expected_stdout.txt +35 -0
- stepup-3.0.0/tests/examples/optional_amend/main.sh +38 -0
- stepup-3.0.0/tests/examples/optional_amend/plan.py +6 -0
- stepup-3.0.0/tests/examples/optional_amend_twice/expected_graph1.txt +103 -0
- stepup-3.0.0/tests/examples/optional_amend_twice/expected_graph2.txt +103 -0
- stepup-3.0.0/tests/examples/optional_amend_twice/expected_stdout.txt +43 -0
- stepup-3.0.0/tests/examples/optional_amend_twice/main.sh +45 -0
- stepup-3.0.0/tests/examples/optional_amend_twice/plan.py +7 -0
- stepup-3.0.0/tests/examples/optional_chain/expected_graph1.txt +101 -0
- stepup-3.0.0/tests/examples/optional_chain/expected_graph2.txt +120 -0
- stepup-3.0.0/tests/examples/optional_chain/expected_stdout1.txt +26 -0
- stepup-3.0.0/tests/examples/optional_chain/expected_stdout2.txt +31 -0
- stepup-3.0.0/tests/examples/optional_chain/main.sh +68 -0
- stepup-3.0.0/tests/examples/optional_chain/plan1.py +7 -0
- stepup-3.0.0/tests/examples/optional_chain/plan2.py +8 -0
- stepup-3.0.0/tests/examples/optional_change/expected_graph1.txt +66 -0
- stepup-3.0.0/tests/examples/optional_change/expected_graph2.txt +65 -0
- stepup-3.0.0/tests/examples/optional_change/expected_graph3.txt +66 -0
- stepup-3.0.0/tests/examples/optional_change/expected_stdout1.txt +13 -0
- stepup-3.0.0/tests/examples/optional_change/expected_stdout2.txt +13 -0
- stepup-3.0.0/tests/examples/optional_change/expected_stdout3.txt +13 -0
- stepup-3.0.0/tests/examples/optional_change/main.sh +61 -0
- stepup-3.0.0/tests/examples/optional_change_sub/expected_graph1.txt +91 -0
- stepup-3.0.0/tests/examples/optional_change_sub/expected_graph2.txt +90 -0
- stepup-3.0.0/tests/examples/optional_change_sub/expected_graph3.txt +91 -0
- stepup-3.0.0/tests/examples/optional_change_sub/expected_stdout1.txt +15 -0
- stepup-3.0.0/tests/examples/optional_change_sub/expected_stdout2.txt +13 -0
- stepup-3.0.0/tests/examples/optional_change_sub/expected_stdout3.txt +13 -0
- stepup-3.0.0/tests/examples/optional_change_sub/main.sh +61 -0
- stepup-3.0.0/tests/examples/optional_cleanup/expected_graph1.txt +65 -0
- stepup-3.0.0/tests/examples/optional_cleanup/expected_graph2.txt +65 -0
- stepup-3.0.0/tests/examples/optional_cleanup/expected_stdout1.txt +16 -0
- stepup-3.0.0/tests/examples/optional_cleanup/expected_stdout2.txt +14 -0
- stepup-3.0.0/tests/examples/optional_cleanup/main.sh +48 -0
- stepup-3.0.0/tests/examples/optional_cleanup/plan.py +6 -0
- stepup-3.0.0/tests/examples/optional_convert/expected_graph1.txt +149 -0
- stepup-3.0.0/tests/examples/optional_convert/expected_graph2.txt +149 -0
- stepup-3.0.0/tests/examples/optional_convert/expected_graph3.txt +150 -0
- stepup-3.0.0/tests/examples/optional_convert/expected_graph4.txt +150 -0
- stepup-3.0.0/tests/examples/optional_convert/expected_stdout1.txt +16 -0
- stepup-3.0.0/tests/examples/optional_convert/expected_stdout2.txt +28 -0
- stepup-3.0.0/tests/examples/optional_convert/expected_stdout3.txt +38 -0
- stepup-3.0.0/tests/examples/optional_convert/main.sh +76 -0
- stepup-3.0.0/tests/examples/output_not_created/expected_graph.txt +56 -0
- stepup-3.0.0/tests/examples/output_not_created/expected_stdout.txt +21 -0
- stepup-3.0.0/tests/examples/output_not_created/main.sh +22 -0
- stepup-3.0.0/tests/examples/output_not_created/plan.py +5 -0
- stepup-3.0.0/tests/examples/pending/expected_graph.txt +54 -0
- stepup-3.0.0/tests/examples/pending/expected_stdout.txt +21 -0
- stepup-3.0.0/tests/examples/pending/main.sh +21 -0
- stepup-3.0.0/tests/examples/pending/plan.py +16 -0
- stepup-3.0.0/tests/examples/pending_cleanup/expected_graph1.txt +61 -0
- stepup-3.0.0/tests/examples/pending_cleanup/expected_graph2.txt +61 -0
- stepup-3.0.0/tests/examples/pending_cleanup/expected_stdout1.txt +22 -0
- stepup-3.0.0/tests/examples/pending_cleanup/expected_stdout2.txt +24 -0
- stepup-3.0.0/tests/examples/pending_cleanup/main.sh +54 -0
- stepup-3.0.0/tests/examples/pending_cleanup/plan.py +5 -0
- stepup-3.0.0/tests/examples/pending_nested/expected_graph1.txt +126 -0
- stepup-3.0.0/tests/examples/pending_nested/expected_graph2.txt +124 -0
- stepup-3.0.0/tests/examples/pending_nested/expected_graph3.txt +126 -0
- stepup-3.0.0/tests/examples/pending_nested/expected_stdout1.txt +15 -0
- stepup-3.0.0/tests/examples/pending_nested/expected_stdout2.txt +33 -0
- stepup-3.0.0/tests/examples/pending_nested/expected_stdout3.txt +16 -0
- stepup-3.0.0/tests/examples/pending_nested/main.sh +90 -0
- stepup-3.0.0/tests/examples/pending_nested/plan.py +6 -0
- stepup-3.0.0/tests/examples/pending_nested/work1.py +8 -0
- stepup-3.0.0/tests/examples/pending_nested/work2.py +8 -0
- stepup-3.0.0/tests/examples/permissions_file_rerun/expected_graph1.txt +47 -0
- stepup-3.0.0/tests/examples/permissions_file_rerun/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/permissions_file_rerun/expected_stdout.txt +17 -0
- stepup-3.0.0/tests/examples/permissions_file_rerun/main.sh +40 -0
- stepup-3.0.0/tests/examples/permissions_plan_rerun/expected_graph1.txt +45 -0
- stepup-3.0.0/tests/examples/permissions_plan_rerun/expected_graph2.txt +61 -0
- stepup-3.0.0/tests/examples/permissions_plan_rerun/expected_stdout.txt +27 -0
- stepup-3.0.0/tests/examples/permissions_plan_rerun/main.sh +36 -0
- stepup-3.0.0/tests/examples/permissions_plan_rerun/sub/plan.py +4 -0
- stepup-3.0.0/tests/examples/permissions_plan_restart/expected_graph1.txt +46 -0
- stepup-3.0.0/tests/examples/permissions_plan_restart/expected_graph2.txt +64 -0
- stepup-3.0.0/tests/examples/permissions_plan_restart/expected_stdout1.txt +19 -0
- stepup-3.0.0/tests/examples/permissions_plan_restart/expected_stdout2.txt +15 -0
- stepup-3.0.0/tests/examples/permissions_plan_restart/main.sh +42 -0
- stepup-3.0.0/tests/examples/permissions_plan_restart/sub/plan.py +4 -0
- stepup-3.0.0/tests/examples/permissions_step_rerun/expected_graph1.txt +38 -0
- stepup-3.0.0/tests/examples/permissions_step_rerun/expected_graph2.txt +38 -0
- stepup-3.0.0/tests/examples/permissions_step_rerun/expected_stdout.txt +25 -0
- stepup-3.0.0/tests/examples/permissions_step_rerun/main.sh +36 -0
- stepup-3.0.0/tests/examples/permissions_step_rerun/plan.py +5 -0
- stepup-3.0.0/tests/examples/permissions_step_restart/expected_graph1.txt +39 -0
- stepup-3.0.0/tests/examples/permissions_step_restart/expected_graph2.txt +40 -0
- stepup-3.0.0/tests/examples/permissions_step_restart/expected_stdout1.txt +19 -0
- stepup-3.0.0/tests/examples/permissions_step_restart/expected_stdout2.txt +13 -0
- stepup-3.0.0/tests/examples/permissions_step_restart/main.sh +40 -0
- stepup-3.0.0/tests/examples/permissions_step_restart/plan.py +5 -0
- stepup-3.0.0/tests/examples/plan_inp/main.sh +22 -0
- stepup-3.0.0/tests/examples/plan_inp/sub/plan.py +24 -0
- stepup-3.0.0/tests/examples/pool/expected_graph.txt +39 -0
- stepup-3.0.0/tests/examples/pool/main.sh +22 -0
- stepup-3.0.0/tests/examples/pool/plan.py +7 -0
- stepup-3.0.0/tests/examples/pool_restart/expected_graph1.txt +40 -0
- stepup-3.0.0/tests/examples/pool_restart/expected_graph2.txt +40 -0
- stepup-3.0.0/tests/examples/pool_restart/expected_stdout1.txt +11 -0
- stepup-3.0.0/tests/examples/pool_restart/expected_stdout2.txt +14 -0
- stepup-3.0.0/tests/examples/pool_restart/main.sh +39 -0
- stepup-3.0.0/tests/examples/pool_restart/plan.py +5 -0
- stepup-3.0.0/tests/examples/recreate_elsewhere/expected_graph1.txt +66 -0
- stepup-3.0.0/tests/examples/recreate_elsewhere/expected_graph2.txt +66 -0
- stepup-3.0.0/tests/examples/recreate_elsewhere/expected_stdout1.txt +13 -0
- stepup-3.0.0/tests/examples/recreate_elsewhere/expected_stdout2.txt +23 -0
- stepup-3.0.0/tests/examples/recreate_elsewhere/main.sh +40 -0
- stepup-3.0.0/tests/examples/recreate_elsewhere/outer.py +4 -0
- stepup-3.0.0/tests/examples/recreate_elsewhere/plan.py +5 -0
- stepup-3.0.0/tests/examples/recreate_elsewhere/plan1.py +5 -0
- stepup-3.0.0/tests/examples/recreate_elsewhere/plan2.py +5 -0
- stepup-3.0.0/tests/examples/render_jinja_dict/.gitignore +3 -0
- stepup-3.0.0/tests/examples/render_jinja_dict/README.txt +1 -0
- stepup-3.0.0/tests/examples/render_jinja_dict/expected_graph.txt +65 -0
- stepup-3.0.0/tests/examples/render_jinja_dict/expected_stdout.txt +13 -0
- stepup-3.0.0/tests/examples/render_jinja_dict/main.sh +24 -0
- stepup-3.0.0/tests/examples/render_jinja_dict/plan.py +7 -0
- stepup-3.0.0/tests/examples/render_jinja_dict/template.txt +1 -0
- stepup-3.0.0/tests/examples/render_jinja_json/.gitignore +3 -0
- stepup-3.0.0/tests/examples/render_jinja_json/README.txt +1 -0
- stepup-3.0.0/tests/examples/render_jinja_json/expected_graph.txt +84 -0
- stepup-3.0.0/tests/examples/render_jinja_json/expected_stdout.txt +13 -0
- stepup-3.0.0/tests/examples/render_jinja_json/main.sh +26 -0
- stepup-3.0.0/tests/examples/render_jinja_json/plan.py +6 -0
- stepup-3.0.0/tests/examples/render_jinja_json/template.txt +1 -0
- stepup-3.0.0/tests/examples/render_jinja_json/trip1.json +4 -0
- stepup-3.0.0/tests/examples/render_jinja_json/trip2.json +4 -0
- stepup-3.0.0/tests/examples/render_jinja_python/.gitignore +3 -0
- stepup-3.0.0/tests/examples/render_jinja_python/README.txt +4 -0
- stepup-3.0.0/tests/examples/render_jinja_python/expected_graph.txt +57 -0
- stepup-3.0.0/tests/examples/render_jinja_python/expected_stdout.txt +11 -0
- stepup-3.0.0/tests/examples/render_jinja_python/main.sh +24 -0
- stepup-3.0.0/tests/examples/render_jinja_python/plan.py +5 -0
- stepup-3.0.0/tests/examples/render_jinja_python/template.md +3 -0
- stepup-3.0.0/tests/examples/render_jinja_python/variables.py +4 -0
- stepup-3.0.0/tests/examples/render_jinja_relpath/.gitignore +3 -0
- stepup-3.0.0/tests/examples/render_jinja_relpath/README.txt +1 -0
- stepup-3.0.0/tests/examples/render_jinja_relpath/expected_graph.txt +144 -0
- stepup-3.0.0/tests/examples/render_jinja_relpath/expected_stdout.txt +17 -0
- stepup-3.0.0/tests/examples/render_jinja_relpath/main.sh +30 -0
- stepup-3.0.0/tests/examples/render_jinja_relpath/plan.py +9 -0
- stepup-3.0.0/tests/examples/render_jinja_relpath/static/main.tex +11 -0
- stepup-3.0.0/tests/examples/render_jinja_relpath/static/plan.py +5 -0
- stepup-3.0.0/tests/examples/render_jinja_relpath/static/preamble.inc.tex +1 -0
- stepup-3.0.0/tests/examples/render_jinja_relpath/static/variables.py +1 -0
- stepup-3.0.0/tests/examples/render_jinja_relpath/variables.py +4 -0
- stepup-3.0.0/tests/examples/render_jinja_toml/.gitignore +3 -0
- stepup-3.0.0/tests/examples/render_jinja_toml/README.txt +1 -0
- stepup-3.0.0/tests/examples/render_jinja_toml/expected_graph.txt +84 -0
- stepup-3.0.0/tests/examples/render_jinja_toml/expected_stdout.txt +13 -0
- stepup-3.0.0/tests/examples/render_jinja_toml/main.sh +26 -0
- stepup-3.0.0/tests/examples/render_jinja_toml/plan.py +6 -0
- stepup-3.0.0/tests/examples/render_jinja_toml/template.txt +1 -0
- stepup-3.0.0/tests/examples/render_jinja_toml/trip1.toml +2 -0
- stepup-3.0.0/tests/examples/render_jinja_toml/trip2.toml +2 -0
- stepup-3.0.0/tests/examples/render_jinja_yaml/.gitignore +3 -0
- stepup-3.0.0/tests/examples/render_jinja_yaml/README.txt +1 -0
- stepup-3.0.0/tests/examples/render_jinja_yaml/expected_graph.txt +84 -0
- stepup-3.0.0/tests/examples/render_jinja_yaml/expected_stdout.txt +13 -0
- stepup-3.0.0/tests/examples/render_jinja_yaml/main.sh +26 -0
- stepup-3.0.0/tests/examples/render_jinja_yaml/plan.py +6 -0
- stepup-3.0.0/tests/examples/render_jinja_yaml/template.txt +1 -0
- stepup-3.0.0/tests/examples/render_jinja_yaml/trip1.yaml +2 -0
- stepup-3.0.0/tests/examples/render_jinja_yaml/trip2.yaml +2 -0
- stepup-3.0.0/tests/examples/replay_deferred/expected_graph1.txt +67 -0
- stepup-3.0.0/tests/examples/replay_deferred/expected_graph2.txt +65 -0
- stepup-3.0.0/tests/examples/replay_deferred/expected_graph3.txt +67 -0
- stepup-3.0.0/tests/examples/replay_deferred/expected_stdout.txt +25 -0
- stepup-3.0.0/tests/examples/replay_deferred/main.sh +47 -0
- stepup-3.0.0/tests/examples/replay_deferred/plan1.py +6 -0
- stepup-3.0.0/tests/examples/replay_nglob/expected_graph1.txt +64 -0
- stepup-3.0.0/tests/examples/replay_nglob/expected_graph2.txt +29 -0
- stepup-3.0.0/tests/examples/replay_nglob/expected_graph3.txt +64 -0
- stepup-3.0.0/tests/examples/replay_nglob/expected_stdout.txt +30 -0
- stepup-3.0.0/tests/examples/replay_nglob/main.sh +47 -0
- stepup-3.0.0/tests/examples/replay_nglob/plan1.py +5 -0
- stepup-3.0.0/tests/examples/replay_static/expected_graph1.txt +63 -0
- stepup-3.0.0/tests/examples/replay_static/expected_graph2.txt +29 -0
- stepup-3.0.0/tests/examples/replay_static/expected_graph3.txt +63 -0
- stepup-3.0.0/tests/examples/replay_static/expected_stdout.txt +30 -0
- stepup-3.0.0/tests/examples/replay_static/main.sh +47 -0
- stepup-3.0.0/tests/examples/replay_static/plan1.py +5 -0
- stepup-3.0.0/tests/examples/reqdir_missing/expected_graph.txt +55 -0
- stepup-3.0.0/tests/examples/reqdir_missing/expected_stdout.txt +22 -0
- stepup-3.0.0/tests/examples/reqdir_missing/main.sh +21 -0
- stepup-3.0.0/tests/examples/reqdir_missing/plan.py +4 -0
- stepup-3.0.0/tests/examples/restart_add_missing/expected_graph1.txt +47 -0
- stepup-3.0.0/tests/examples/restart_add_missing/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/restart_add_missing/expected_graph3.txt +48 -0
- stepup-3.0.0/tests/examples/restart_add_missing/expected_stdout1.txt +27 -0
- stepup-3.0.0/tests/examples/restart_add_missing/expected_stdout2.txt +20 -0
- stepup-3.0.0/tests/examples/restart_add_missing/main.sh +51 -0
- stepup-3.0.0/tests/examples/restart_add_nglob/expected_graph1.txt +23 -0
- stepup-3.0.0/tests/examples/restart_add_nglob/expected_graph2.txt +50 -0
- stepup-3.0.0/tests/examples/restart_add_nglob/expected_graph3.txt +76 -0
- stepup-3.0.0/tests/examples/restart_add_nglob/expected_stdout1.txt +9 -0
- stepup-3.0.0/tests/examples/restart_add_nglob/expected_stdout2.txt +15 -0
- stepup-3.0.0/tests/examples/restart_add_nglob/expected_stdout3.txt +15 -0
- stepup-3.0.0/tests/examples/restart_add_nglob/main.sh +58 -0
- stepup-3.0.0/tests/examples/restart_amend_concerted/.gitignore +4 -0
- stepup-3.0.0/tests/examples/restart_amend_concerted/README.txt +7 -0
- stepup-3.0.0/tests/examples/restart_amend_concerted/expected_graph1.txt +105 -0
- stepup-3.0.0/tests/examples/restart_amend_concerted/expected_graph2.txt +105 -0
- stepup-3.0.0/tests/examples/restart_amend_concerted/expected_stdout1.txt +22 -0
- stepup-3.0.0/tests/examples/restart_amend_concerted/expected_stdout2.txt +40 -0
- stepup-3.0.0/tests/examples/restart_amend_concerted/main.sh +46 -0
- stepup-3.0.0/tests/examples/restart_amend_concerted/plan.py +6 -0
- stepup-3.0.0/tests/examples/restart_amend_concerted/prep.py +20 -0
- stepup-3.0.0/tests/examples/restart_amend_concerted/work.py +13 -0
- stepup-3.0.0/tests/examples/restart_blocked/expected_graph1.txt +93 -0
- stepup-3.0.0/tests/examples/restart_blocked/expected_graph2.txt +92 -0
- stepup-3.0.0/tests/examples/restart_blocked/expected_stdout1.txt +16 -0
- stepup-3.0.0/tests/examples/restart_blocked/expected_stdout2.txt +20 -0
- stepup-3.0.0/tests/examples/restart_blocked/main.sh +41 -0
- stepup-3.0.0/tests/examples/restart_blocked/plan_blocked.py +7 -0
- stepup-3.0.0/tests/examples/restart_blocked/plan_unblocked.py +7 -0
- stepup-3.0.0/tests/examples/restart_changes/.gitignore +7 -0
- stepup-3.0.0/tests/examples/restart_changes/expected_graph1.txt +75 -0
- stepup-3.0.0/tests/examples/restart_changes/expected_graph2.txt +75 -0
- stepup-3.0.0/tests/examples/restart_changes/expected_stdout1.txt +13 -0
- stepup-3.0.0/tests/examples/restart_changes/expected_stdout2.txt +27 -0
- stepup-3.0.0/tests/examples/restart_changes/main.sh +52 -0
- stepup-3.0.0/tests/examples/restart_changes/plan1.py +11 -0
- stepup-3.0.0/tests/examples/restart_changes/plan2.py +11 -0
- stepup-3.0.0/tests/examples/restart_deferred_glob/.gitignore +4 -0
- stepup-3.0.0/tests/examples/restart_deferred_glob/expected_graph1.txt +62 -0
- stepup-3.0.0/tests/examples/restart_deferred_glob/expected_graph2.txt +62 -0
- stepup-3.0.0/tests/examples/restart_deferred_glob/expected_graph3.txt +62 -0
- stepup-3.0.0/tests/examples/restart_deferred_glob/expected_stdout1.txt +11 -0
- stepup-3.0.0/tests/examples/restart_deferred_glob/expected_stdout2.txt +10 -0
- stepup-3.0.0/tests/examples/restart_deferred_glob/expected_stdout3.txt +22 -0
- stepup-3.0.0/tests/examples/restart_deferred_glob/main.sh +64 -0
- stepup-3.0.0/tests/examples/restart_deferred_removed/.gitignore +7 -0
- stepup-3.0.0/tests/examples/restart_deferred_removed/README.txt +1 -0
- stepup-3.0.0/tests/examples/restart_deferred_removed/expected_graph1.txt +90 -0
- stepup-3.0.0/tests/examples/restart_deferred_removed/expected_graph2.txt +62 -0
- stepup-3.0.0/tests/examples/restart_deferred_removed/expected_stdout1.txt +13 -0
- stepup-3.0.0/tests/examples/restart_deferred_removed/expected_stdout2.txt +34 -0
- stepup-3.0.0/tests/examples/restart_deferred_removed/main.sh +53 -0
- stepup-3.0.0/tests/examples/restart_deferred_removed/plan1.py +6 -0
- stepup-3.0.0/tests/examples/restart_deferred_removed/plan2.py +5 -0
- stepup-3.0.0/tests/examples/restart_delete_nglob/expected_graph1.txt +109 -0
- stepup-3.0.0/tests/examples/restart_delete_nglob/expected_graph2.txt +67 -0
- stepup-3.0.0/tests/examples/restart_delete_nglob/expected_graph3.txt +24 -0
- stepup-3.0.0/tests/examples/restart_delete_nglob/expected_stdout1.txt +17 -0
- stepup-3.0.0/tests/examples/restart_delete_nglob/expected_stdout2.txt +15 -0
- stepup-3.0.0/tests/examples/restart_delete_nglob/expected_stdout3.txt +15 -0
- stepup-3.0.0/tests/examples/restart_delete_nglob/main.sh +68 -0
- stepup-3.0.0/tests/examples/restart_failed/expected_graph1.txt +47 -0
- stepup-3.0.0/tests/examples/restart_failed/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/restart_failed/expected_stdout1.txt +19 -0
- stepup-3.0.0/tests/examples/restart_failed/expected_stdout2.txt +20 -0
- stepup-3.0.0/tests/examples/restart_failed/main.sh +39 -0
- stepup-3.0.0/tests/examples/restart_failed/plan.py +5 -0
- stepup-3.0.0/tests/examples/restart_fix_bug/expected_graph1.txt +29 -0
- stepup-3.0.0/tests/examples/restart_fix_bug/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/restart_fix_bug/expected_stdout1.txt +17 -0
- stepup-3.0.0/tests/examples/restart_fix_bug/expected_stdout2.txt +15 -0
- stepup-3.0.0/tests/examples/restart_fix_bug/main.sh +42 -0
- stepup-3.0.0/tests/examples/restart_fix_bug/plan1.py +6 -0
- stepup-3.0.0/tests/examples/restart_fix_bug/plan2.py +6 -0
- stepup-3.0.0/tests/examples/restart_input/README.txt +1 -0
- stepup-3.0.0/tests/examples/restart_input/expected_graph1.txt +47 -0
- stepup-3.0.0/tests/examples/restart_input/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/restart_input/expected_stdout1.txt +11 -0
- stepup-3.0.0/tests/examples/restart_input/expected_stdout2.txt +13 -0
- stepup-3.0.0/tests/examples/restart_input/main.sh +40 -0
- stepup-3.0.0/tests/examples/restart_input/plan.py +5 -0
- stepup-3.0.0/tests/examples/restart_mandatory/expected_graph1.txt +39 -0
- stepup-3.0.0/tests/examples/restart_mandatory/expected_graph2.txt +60 -0
- stepup-3.0.0/tests/examples/restart_mandatory/expected_stdout1.txt +9 -0
- stepup-3.0.0/tests/examples/restart_mandatory/expected_stdout2.txt +22 -0
- stepup-3.0.0/tests/examples/restart_mandatory/main.sh +39 -0
- stepup-3.0.0/tests/examples/restart_mandatory/plan1.py +4 -0
- stepup-3.0.0/tests/examples/restart_mandatory/plan2.py +5 -0
- stepup-3.0.0/tests/examples/restart_mode_change/expected_graph1.txt +47 -0
- stepup-3.0.0/tests/examples/restart_mode_change/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/restart_mode_change/expected_stdout1.txt +11 -0
- stepup-3.0.0/tests/examples/restart_mode_change/expected_stdout2.txt +13 -0
- stepup-3.0.0/tests/examples/restart_mode_change/main.sh +42 -0
- stepup-3.0.0/tests/examples/restart_nested/expected_graph1.txt +126 -0
- stepup-3.0.0/tests/examples/restart_nested/expected_graph2.txt +86 -0
- stepup-3.0.0/tests/examples/restart_nested/expected_stdout1.txt +15 -0
- stepup-3.0.0/tests/examples/restart_nested/expected_stdout2.txt +16 -0
- stepup-3.0.0/tests/examples/restart_nested/main.sh +58 -0
- stepup-3.0.0/tests/examples/restart_nested/plan.py +9 -0
- stepup-3.0.0/tests/examples/restart_nested/work1.py +11 -0
- stepup-3.0.0/tests/examples/restart_nested/work2.py +8 -0
- stepup-3.0.0/tests/examples/restart_nochanges/expected_graph1.txt +78 -0
- stepup-3.0.0/tests/examples/restart_nochanges/expected_graph2.txt +78 -0
- stepup-3.0.0/tests/examples/restart_nochanges/expected_stdout1.txt +15 -0
- stepup-3.0.0/tests/examples/restart_nochanges/expected_stdout2.txt +10 -0
- stepup-3.0.0/tests/examples/restart_nochanges/main.sh +40 -0
- stepup-3.0.0/tests/examples/restart_nochanges/plan.py +11 -0
- stepup-3.0.0/tests/examples/restart_orphan/expected_graph1.txt +59 -0
- stepup-3.0.0/tests/examples/restart_orphan/expected_graph2.txt +59 -0
- stepup-3.0.0/tests/examples/restart_orphan/expected_stdout1.txt +13 -0
- stepup-3.0.0/tests/examples/restart_orphan/expected_stdout2.txt +10 -0
- stepup-3.0.0/tests/examples/restart_orphan/main.sh +38 -0
- stepup-3.0.0/tests/examples/restart_orphan/plan.py +5 -0
- stepup-3.0.0/tests/examples/restart_outdated_amend/expected_graph1.txt +69 -0
- stepup-3.0.0/tests/examples/restart_outdated_amend/expected_graph2.txt +69 -0
- stepup-3.0.0/tests/examples/restart_outdated_amend/expected_stdout1.txt +11 -0
- stepup-3.0.0/tests/examples/restart_outdated_amend/expected_stdout2.txt +23 -0
- stepup-3.0.0/tests/examples/restart_outdated_amend/main.sh +45 -0
- stepup-3.0.0/tests/examples/restart_outdated_amend/plan.py +6 -0
- stepup-3.0.0/tests/examples/restart_output/expected_graph1.txt +49 -0
- stepup-3.0.0/tests/examples/restart_output/expected_graph2.txt +49 -0
- stepup-3.0.0/tests/examples/restart_output/expected_stdout1.txt +11 -0
- stepup-3.0.0/tests/examples/restart_output/expected_stdout2.txt +24 -0
- stepup-3.0.0/tests/examples/restart_output/main.sh +37 -0
- stepup-3.0.0/tests/examples/restart_queued/expected_graph1.txt +68 -0
- stepup-3.0.0/tests/examples/restart_queued/expected_graph2.txt +68 -0
- stepup-3.0.0/tests/examples/restart_queued/expected_graph3.txt +68 -0
- stepup-3.0.0/tests/examples/restart_queued/expected_stdout1.txt +14 -0
- stepup-3.0.0/tests/examples/restart_queued/expected_stdout2.txt +29 -0
- stepup-3.0.0/tests/examples/restart_queued/main.sh +59 -0
- stepup-3.0.0/tests/examples/restart_static_remove1/.gitignore +6 -0
- stepup-3.0.0/tests/examples/restart_static_remove1/expected_graph1.txt +72 -0
- stepup-3.0.0/tests/examples/restart_static_remove1/expected_graph2.txt +48 -0
- stepup-3.0.0/tests/examples/restart_static_remove1/expected_stdout1.txt +13 -0
- stepup-3.0.0/tests/examples/restart_static_remove1/expected_stdout2.txt +20 -0
- stepup-3.0.0/tests/examples/restart_static_remove1/main.sh +42 -0
- stepup-3.0.0/tests/examples/restart_static_remove1/plan1.py +6 -0
- stepup-3.0.0/tests/examples/restart_static_remove1/plan2.py +5 -0
- stepup-3.0.0/tests/examples/restart_static_remove2/expected_graph1.txt +56 -0
- stepup-3.0.0/tests/examples/restart_static_remove2/expected_graph2.txt +40 -0
- stepup-3.0.0/tests/examples/restart_static_remove2/expected_stdout1.txt +11 -0
- stepup-3.0.0/tests/examples/restart_static_remove2/expected_stdout2.txt +23 -0
- stepup-3.0.0/tests/examples/restart_static_remove2/main.sh +42 -0
- stepup-3.0.0/tests/examples/restart_static_remove2/plan1.py +8 -0
- stepup-3.0.0/tests/examples/restart_static_remove2/plan2.py +4 -0
- stepup-3.0.0/tests/examples/script_cases/expected_graph.txt +96 -0
- stepup-3.0.0/tests/examples/script_cases/expected_stdout.txt +15 -0
- stepup-3.0.0/tests/examples/script_cases/expected_step_info.json +26 -0
- stepup-3.0.0/tests/examples/script_cases/main.sh +23 -0
- stepup-3.0.0/tests/examples/script_cases/work.py +29 -0
- stepup-3.0.0/tests/examples/script_cases_run_import/expected_graph1.txt +85 -0
- stepup-3.0.0/tests/examples/script_cases_run_import/expected_graph2.txt +85 -0
- stepup-3.0.0/tests/examples/script_cases_run_import/expected_stdout1.txt +15 -0
- stepup-3.0.0/tests/examples/script_cases_run_import/expected_stdout2.txt +15 -0
- stepup-3.0.0/tests/examples/script_cases_run_import/main.sh +44 -0
- stepup-3.0.0/tests/examples/script_cases_settings/expected_graph.txt +96 -0
- stepup-3.0.0/tests/examples/script_cases_settings/expected_stdout.txt +15 -0
- stepup-3.0.0/tests/examples/script_cases_settings/main.sh +23 -0
- stepup-3.0.0/tests/examples/script_inp/expected_graph1.txt +83 -0
- stepup-3.0.0/tests/examples/script_inp/expected_graph2.txt +83 -0
- stepup-3.0.0/tests/examples/script_inp/expected_stdout1.txt +15 -0
- stepup-3.0.0/tests/examples/script_inp/expected_stdout2.txt +19 -0
- stepup-3.0.0/tests/examples/script_inp/main.sh +42 -0
- stepup-3.0.0/tests/examples/script_single/expected_graph.txt +103 -0
- stepup-3.0.0/tests/examples/script_single/expected_stdout.txt +15 -0
- stepup-3.0.0/tests/examples/script_single/expected_step_info.json +13 -0
- stepup-3.0.0/tests/examples/script_single/main.sh +22 -0
- stepup-3.0.0/tests/examples/script_single/plan.py +6 -0
- stepup-3.0.0/tests/examples/script_single/work/generate.py +29 -0
- stepup-3.0.0/tests/examples/script_single_run_import/expected_graph1.txt +65 -0
- stepup-3.0.0/tests/examples/script_single_run_import/expected_graph2.txt +65 -0
- stepup-3.0.0/tests/examples/script_single_run_import/expected_stdout1.txt +13 -0
- stepup-3.0.0/tests/examples/script_single_run_import/expected_stdout2.txt +13 -0
- stepup-3.0.0/tests/examples/script_single_run_import/main.sh +40 -0
- stepup-3.0.0/tests/examples/static/expected_graph.txt +29 -0
- stepup-3.0.0/tests/examples/static/expected_stdout.txt +9 -0
- stepup-3.0.0/tests/examples/static/main.sh +20 -0
- stepup-3.0.0/tests/examples/static_abs/expected_graph.txt +48 -0
- stepup-3.0.0/tests/examples/static_abs/expected_stdout.txt +9 -0
- stepup-3.0.0/tests/examples/static_abs/main.sh +20 -0
- stepup-3.0.0/tests/examples/static_dir/expected_graph.txt +29 -0
- stepup-3.0.0/tests/examples/static_dir/expected_stdout.txt +9 -0
- stepup-3.0.0/tests/examples/static_dir/main.sh +23 -0
- stepup-3.0.0/tests/examples/static_glob/expected_graph1.txt +76 -0
- stepup-3.0.0/tests/examples/static_glob/expected_graph2.txt +76 -0
- stepup-3.0.0/tests/examples/static_glob/expected_graph3.txt +76 -0
- stepup-3.0.0/tests/examples/static_glob/expected_stdout1.txt +23 -0
- stepup-3.0.0/tests/examples/static_glob/expected_stdout2.txt +17 -0
- stepup-3.0.0/tests/examples/static_glob/main.sh +67 -0
- stepup-3.0.0/tests/examples/static_nglob/expected_graph1.txt +303 -0
- stepup-3.0.0/tests/examples/static_nglob/expected_graph2.txt +303 -0
- stepup-3.0.0/tests/examples/static_nglob/expected_stdout.txt +65 -0
- stepup-3.0.0/tests/examples/static_nglob/main.sh +82 -0
- stepup-3.0.0/tests/examples/static_nglob/plan.py +26 -0
- stepup-3.0.0/tests/examples/static_nglob_partial/expected_graph1.txt +66 -0
- stepup-3.0.0/tests/examples/static_nglob_partial/expected_graph2.txt +101 -0
- stepup-3.0.0/tests/examples/static_nglob_partial/expected_graph3.txt +73 -0
- stepup-3.0.0/tests/examples/static_nglob_partial/expected_graph4.txt +129 -0
- stepup-3.0.0/tests/examples/static_nglob_partial/expected_stdout1.txt +27 -0
- stepup-3.0.0/tests/examples/static_nglob_partial/expected_stdout2.txt +18 -0
- stepup-3.0.0/tests/examples/static_nglob_partial/main.sh +79 -0
- stepup-3.0.0/tests/examples/static_nglob_partial/plan.py +10 -0
- stepup-3.0.0/tests/examples/static_nglob_recursive/expected_graph.txt +58 -0
- stepup-3.0.0/tests/examples/static_nglob_recursive/expected_stdout.txt +16 -0
- stepup-3.0.0/tests/examples/static_nglob_recursive/main.sh +19 -0
- stepup-3.0.0/tests/examples/static_nglob_subdir/expected_graph1.txt +96 -0
- stepup-3.0.0/tests/examples/static_nglob_subdir/expected_graph2.txt +123 -0
- stepup-3.0.0/tests/examples/static_nglob_subdir/expected_stdout1.txt +15 -0
- stepup-3.0.0/tests/examples/static_nglob_subdir/expected_stdout2.txt +15 -0
- stepup-3.0.0/tests/examples/static_nglob_subdir/main.sh +52 -0
- stepup-3.0.0/tests/examples/subdir/expected_graph.txt +101 -0
- stepup-3.0.0/tests/examples/subdir/expected_stdout.txt +27 -0
- stepup-3.0.0/tests/examples/subdir/main.sh +22 -0
- stepup-3.0.0/tests/examples/subdir/sub/plan.py +18 -0
- stepup-3.0.0/tests/examples/translate_external/expected_graph.txt +86 -0
- stepup-3.0.0/tests/examples/translate_external/expected_stdout.txt +13 -0
- stepup-3.0.0/tests/examples/translate_external/main.sh +21 -0
- stepup-3.0.0/tests/examples/translate_external/projects/work/plan.py +6 -0
- stepup-3.0.0/tests/examples/wait_first/expected_graph1.txt +47 -0
- stepup-3.0.0/tests/examples/wait_first/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/wait_first/expected_stdout.txt +17 -0
- stepup-3.0.0/tests/examples/wait_first/main.sh +37 -0
- stepup-3.0.0/tests/examples/watch_add_missing/expected_graph1.txt +47 -0
- stepup-3.0.0/tests/examples/watch_add_missing/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/watch_add_missing/expected_graph3.txt +47 -0
- stepup-3.0.0/tests/examples/watch_add_missing/expected_stdout.txt +33 -0
- stepup-3.0.0/tests/examples/watch_add_missing/main.sh +49 -0
- stepup-3.0.0/tests/examples/watch_amended/expected_graph1.txt +56 -0
- stepup-3.0.0/tests/examples/watch_amended/expected_graph2.txt +56 -0
- stepup-3.0.0/tests/examples/watch_amended/expected_graph3.txt +56 -0
- stepup-3.0.0/tests/examples/watch_amended/expected_graph4.txt +56 -0
- stepup-3.0.0/tests/examples/watch_amended/expected_stdout.txt +38 -0
- stepup-3.0.0/tests/examples/watch_amended/main.sh +55 -0
- stepup-3.0.0/tests/examples/watch_amended/plan.py +5 -0
- stepup-3.0.0/tests/examples/watch_awaited/expected_graph1.txt +45 -0
- stepup-3.0.0/tests/examples/watch_awaited/expected_graph2.txt +45 -0
- stepup-3.0.0/tests/examples/watch_awaited/expected_stdout.txt +34 -0
- stepup-3.0.0/tests/examples/watch_awaited/main.sh +27 -0
- stepup-3.0.0/tests/examples/watch_blocked/expected_graph1.txt +93 -0
- stepup-3.0.0/tests/examples/watch_blocked/expected_graph2.txt +92 -0
- stepup-3.0.0/tests/examples/watch_blocked/expected_stdout.txt +29 -0
- stepup-3.0.0/tests/examples/watch_blocked/main.sh +35 -0
- stepup-3.0.0/tests/examples/watch_blocked/plan_blocked.py +7 -0
- stepup-3.0.0/tests/examples/watch_blocked/plan_unblocked.py +7 -0
- stepup-3.0.0/tests/examples/watch_boot/expected_graph1.txt +56 -0
- stepup-3.0.0/tests/examples/watch_boot/expected_graph2.txt +56 -0
- stepup-3.0.0/tests/examples/watch_boot/expected_stdout.txt +24 -0
- stepup-3.0.0/tests/examples/watch_boot/main.sh +35 -0
- stepup-3.0.0/tests/examples/watch_boot/plan1.py +5 -0
- stepup-3.0.0/tests/examples/watch_boot/plan2.py +5 -0
- stepup-3.0.0/tests/examples/watch_chain/expected_graph1.txt +106 -0
- stepup-3.0.0/tests/examples/watch_chain/expected_graph2.txt +106 -0
- stepup-3.0.0/tests/examples/watch_chain/expected_stdout.txt +30 -0
- stepup-3.0.0/tests/examples/watch_chain/main.sh +39 -0
- stepup-3.0.0/tests/examples/watch_chain/plan.py +13 -0
- stepup-3.0.0/tests/examples/watch_chain/use_config.py +19 -0
- stepup-3.0.0/tests/examples/watch_failed/expected_graph1.txt +47 -0
- stepup-3.0.0/tests/examples/watch_failed/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/watch_failed/expected_stdout.txt +32 -0
- stepup-3.0.0/tests/examples/watch_failed/main.sh +33 -0
- stepup-3.0.0/tests/examples/watch_failed/plan.py +5 -0
- stepup-3.0.0/tests/examples/watch_input/expected_graph1.txt +47 -0
- stepup-3.0.0/tests/examples/watch_input/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/watch_input/expected_graph3.txt +47 -0
- stepup-3.0.0/tests/examples/watch_input/expected_stdout.txt +32 -0
- stepup-3.0.0/tests/examples/watch_input/main.sh +36 -0
- stepup-3.0.0/tests/examples/watch_input/plan.py +5 -0
- stepup-3.0.0/tests/examples/watch_mandatory/expected_graph1.txt +39 -0
- stepup-3.0.0/tests/examples/watch_mandatory/expected_graph2.txt +57 -0
- stepup-3.0.0/tests/examples/watch_mandatory/expected_stdout.txt +19 -0
- stepup-3.0.0/tests/examples/watch_mandatory/main.sh +34 -0
- stepup-3.0.0/tests/examples/watch_mandatory/plan1.py +4 -0
- stepup-3.0.0/tests/examples/watch_mandatory/plan2.py +5 -0
- stepup-3.0.0/tests/examples/watch_middle/expected_graph1.txt +65 -0
- stepup-3.0.0/tests/examples/watch_middle/expected_graph2.txt +65 -0
- stepup-3.0.0/tests/examples/watch_middle/expected_graph3.txt +65 -0
- stepup-3.0.0/tests/examples/watch_middle/expected_stdout.txt +39 -0
- stepup-3.0.0/tests/examples/watch_middle/main.sh +43 -0
- stepup-3.0.0/tests/examples/watch_middle/plan1.py +6 -0
- stepup-3.0.0/tests/examples/watch_middle/plan2.py +6 -0
- stepup-3.0.0/tests/examples/watch_mixed/expected_graph1.txt +65 -0
- stepup-3.0.0/tests/examples/watch_mixed/expected_graph2.txt +61 -0
- stepup-3.0.0/tests/examples/watch_mixed/expected_stdout.txt +32 -0
- stepup-3.0.0/tests/examples/watch_mixed/main.sh +32 -0
- stepup-3.0.0/tests/examples/watch_mixed/plan_full.py +6 -0
- stepup-3.0.0/tests/examples/watch_mixed/plan_trimmed.py +4 -0
- stepup-3.0.0/tests/examples/watch_mode_change/expected_graph1.txt +47 -0
- stepup-3.0.0/tests/examples/watch_mode_change/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/watch_mode_change/expected_stdout.txt +17 -0
- stepup-3.0.0/tests/examples/watch_mode_change/main.sh +36 -0
- stepup-3.0.0/tests/examples/watch_move_dir_simple/expected_graph1.txt +63 -0
- stepup-3.0.0/tests/examples/watch_move_dir_simple/expected_graph2.txt +63 -0
- stepup-3.0.0/tests/examples/watch_move_dir_simple/expected_graph3.txt +63 -0
- stepup-3.0.0/tests/examples/watch_move_dir_simple/expected_stdout.txt +36 -0
- stepup-3.0.0/tests/examples/watch_move_dir_simple/main.sh +44 -0
- stepup-3.0.0/tests/examples/watch_move_dir_simple/plan.py +5 -0
- stepup-3.0.0/tests/examples/watch_nochanges/expected_graph1.txt +47 -0
- stepup-3.0.0/tests/examples/watch_nochanges/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/watch_nochanges/expected_stdout.txt +16 -0
- stepup-3.0.0/tests/examples/watch_nochanges/main.sh +32 -0
- stepup-3.0.0/tests/examples/watch_nochanges/plan.py +5 -0
- stepup-3.0.0/tests/examples/watch_outdated_amend1/expected_graph1.txt +69 -0
- stepup-3.0.0/tests/examples/watch_outdated_amend1/expected_graph2.txt +69 -0
- stepup-3.0.0/tests/examples/watch_outdated_amend1/expected_stdout.txt +27 -0
- stepup-3.0.0/tests/examples/watch_outdated_amend1/main.sh +41 -0
- stepup-3.0.0/tests/examples/watch_outdated_amend1/plan.py +6 -0
- stepup-3.0.0/tests/examples/watch_outdated_amend2/expected_graph1.txt +106 -0
- stepup-3.0.0/tests/examples/watch_outdated_amend2/expected_graph2.txt +106 -0
- stepup-3.0.0/tests/examples/watch_outdated_amend2/expected_stdout.txt +47 -0
- stepup-3.0.0/tests/examples/watch_outdated_amend2/main.sh +47 -0
- stepup-3.0.0/tests/examples/watch_outdated_amend2/plan.py +8 -0
- stepup-3.0.0/tests/examples/watch_output/expected_graph1.txt +47 -0
- stepup-3.0.0/tests/examples/watch_output/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/watch_output/expected_stdout.txt +17 -0
- stepup-3.0.0/tests/examples/watch_output/main.sh +33 -0
- stepup-3.0.0/tests/examples/watch_static_remove1/.gitignore +6 -0
- stepup-3.0.0/tests/examples/watch_static_remove1/expected_graph1.txt +72 -0
- stepup-3.0.0/tests/examples/watch_static_remove1/expected_graph2.txt +47 -0
- stepup-3.0.0/tests/examples/watch_static_remove1/expected_stdout.txt +21 -0
- stepup-3.0.0/tests/examples/watch_static_remove1/main.sh +38 -0
- stepup-3.0.0/tests/examples/watch_static_remove1/plan1.py +6 -0
- stepup-3.0.0/tests/examples/watch_static_remove1/plan2.py +5 -0
- stepup-3.0.0/tests/examples/watch_static_remove2/expected_graph1.txt +56 -0
- stepup-3.0.0/tests/examples/watch_static_remove2/expected_graph2.txt +38 -0
- stepup-3.0.0/tests/examples/watch_static_remove2/expected_stdout.txt +22 -0
- stepup-3.0.0/tests/examples/watch_static_remove2/main.sh +38 -0
- stepup-3.0.0/tests/examples/watch_static_remove2/plan1.py +8 -0
- stepup-3.0.0/tests/examples/watch_static_remove2/plan2.py +4 -0
- stepup-3.0.0/tests/examples/watch_volatile/expected_graph1.txt +38 -0
- stepup-3.0.0/tests/examples/watch_volatile/expected_graph2.txt +38 -0
- stepup-3.0.0/tests/examples/watch_volatile/expected_stdout.txt +14 -0
- stepup-3.0.0/tests/examples/watch_volatile/main.sh +27 -0
- stepup-3.0.0/tests/examples/watch_volatile/plan.py +4 -0
- stepup-3.0.0/tests/examples/watch_wanted/expected_graph1.txt +75 -0
- stepup-3.0.0/tests/examples/watch_wanted/expected_graph2.txt +75 -0
- stepup-3.0.0/tests/examples/watch_wanted/expected_graph3.txt +29 -0
- stepup-3.0.0/tests/examples/watch_wanted/expected_stdout.txt +63 -0
- stepup-3.0.0/tests/examples/watch_wanted/main.sh +57 -0
- stepup-3.0.0/tests/examples/watch_wanted/plan1.py +8 -0
- stepup-3.0.0/tests/examples/whitespace/.gitignore +5 -0
- stepup-3.0.0/tests/examples/whitespace/expected_graph.txt +108 -0
- stepup-3.0.0/tests/examples/whitespace/expected_stdout.txt +17 -0
- stepup-3.0.0/tests/examples/whitespace/main.sh +24 -0
- stepup-3.0.0/tests/examples/whitespace/plan.py +7 -0
- stepup-3.0.0/tests/examples/whitespace/script is cool.py +17 -0
- stepup-3.0.0/tests/examples/workdir/expected_graph.txt +54 -0
- stepup-3.0.0/tests/examples/workdir/expected_stdout.txt +11 -0
- stepup-3.0.0/tests/examples/workdir/main.sh +21 -0
- stepup-3.0.0/tests/examples/workdir/plan.py +9 -0
- stepup-3.0.0/tests/test_api.py +135 -0
- stepup-3.0.0/tests/test_basics.py +232 -0
- stepup-3.0.0/tests/test_cascade.py +780 -0
- stepup-3.0.0/tests/test_clean.py +77 -0
- stepup-3.0.0/tests/test_examples.py +215 -0
- stepup-3.0.0/tests/test_scheduler.py +249 -0
- stepup-3.0.0/tests/test_script.py +33 -0
- stepup-3.0.0/tests/test_stepinfo.py +190 -0
- stepup-3.0.0/tests/test_utils.py +225 -0
- stepup-3.0.0/tests/test_workflow.py +2432 -0
- stepup-2.2.2/.github/requirements-old.txt +0 -6
- stepup-2.2.2/.gitignore +0 -27
- stepup-2.2.2/.markdownlint-cli2.jsonc +0 -14
- stepup-2.2.2/.pre-commit-config.yaml +0 -42
- stepup-2.2.2/PKG-INFO +0 -60
- stepup-2.2.2/docs/advanced_topics/amending_static_inputs/main.sh +0 -8
- stepup-2.2.2/docs/advanced_topics/amending_static_inputs/stdout.txt +0 -12
- stepup-2.2.2/docs/advanced_topics/amending_static_inputs.md +0 -33
- stepup-2.2.2/docs/advanced_topics/amending_steps/main.sh +0 -8
- stepup-2.2.2/docs/advanced_topics/amending_steps/plan.py +0 -7
- stepup-2.2.2/docs/advanced_topics/amending_steps/stdout.txt +0 -24
- stepup-2.2.2/docs/advanced_topics/amending_steps.md +0 -97
- stepup-2.2.2/docs/advanced_topics/blocked_steps/main.sh +0 -7
- stepup-2.2.2/docs/advanced_topics/blocked_steps/plan.py +0 -6
- stepup-2.2.2/docs/advanced_topics/blocked_steps/stdout.txt +0 -16
- stepup-2.2.2/docs/advanced_topics/blocked_steps.md +0 -68
- stepup-2.2.2/docs/advanced_topics/cyclic_dependencies/main.sh +0 -7
- stepup-2.2.2/docs/advanced_topics/cyclic_dependencies/stdout.txt +0 -70
- stepup-2.2.2/docs/advanced_topics/cyclic_dependencies.md +0 -31
- stepup-2.2.2/docs/advanced_topics/environment_variables/main.sh +0 -7
- stepup-2.2.2/docs/advanced_topics/environment_variables/plan.py +0 -4
- stepup-2.2.2/docs/advanced_topics/environment_variables/stdout.txt +0 -14
- stepup-2.2.2/docs/advanced_topics/environment_variables.md +0 -45
- stepup-2.2.2/docs/advanced_topics/here_and_root/main.sh +0 -11
- stepup-2.2.2/docs/advanced_topics/here_and_root/stdout.txt +0 -17
- stepup-2.2.2/docs/advanced_topics/here_and_root.md +0 -90
- stepup-2.2.2/docs/advanced_topics/manual_cleaning.md +0 -59
- stepup-2.2.2/docs/advanced_topics/optional_steps/main.sh +0 -10
- stepup-2.2.2/docs/advanced_topics/optional_steps/plot_logmap.png +0 -0
- stepup-2.2.2/docs/advanced_topics/optional_steps/stdout.txt +0 -17
- stepup-2.2.2/docs/advanced_topics/optional_steps.md +0 -96
- stepup-2.2.2/docs/advanced_topics/pools/main.sh +0 -7
- stepup-2.2.2/docs/advanced_topics/pools/plan.py +0 -7
- stepup-2.2.2/docs/advanced_topics/pools/stdout.txt +0 -27
- stepup-2.2.2/docs/advanced_topics/pools.md +0 -66
- stepup-2.2.2/docs/advanced_topics/static_deferred_glob/graph.txt +0 -46
- stepup-2.2.2/docs/advanced_topics/static_deferred_glob/graph_dependency.svg +0 -53
- stepup-2.2.2/docs/advanced_topics/static_deferred_glob/graph_provenance.svg +0 -95
- stepup-2.2.2/docs/advanced_topics/static_deferred_glob/main.sh +0 -11
- stepup-2.2.2/docs/advanced_topics/static_deferred_glob/plan.py +0 -7
- stepup-2.2.2/docs/advanced_topics/static_deferred_glob/stdout.txt +0 -14
- stepup-2.2.2/docs/advanced_topics/static_deferred_glob.md +0 -70
- stepup-2.2.2/docs/advanced_topics/static_named_glob/main.sh +0 -18
- stepup-2.2.2/docs/advanced_topics/static_named_glob/plan.py +0 -19
- stepup-2.2.2/docs/advanced_topics/static_named_glob/stdout.txt +0 -33
- stepup-2.2.2/docs/advanced_topics/static_named_glob.md +0 -74
- stepup-2.2.2/docs/advanced_topics/step_info.md +0 -55
- stepup-2.2.2/docs/advanced_topics/stepup_root.md +0 -24
- stepup-2.2.2/docs/advanced_topics/variable_substitution/main.sh +0 -9
- stepup-2.2.2/docs/advanced_topics/variable_substitution/plan.py +0 -5
- stepup-2.2.2/docs/advanced_topics/variable_substitution/stdout.txt +0 -11
- stepup-2.2.2/docs/advanced_topics/variable_substitution.md +0 -67
- stepup-2.2.2/docs/advanced_topics/volatile_outputs/main.sh +0 -7
- stepup-2.2.2/docs/advanced_topics/volatile_outputs/plan.py +0 -4
- stepup-2.2.2/docs/advanced_topics/volatile_outputs/stdout.txt +0 -11
- stepup-2.2.2/docs/advanced_topics/volatile_outputs.md +0 -51
- stepup-2.2.2/docs/changelog.md +0 -448
- stepup-2.2.2/docs/development.md +0 -70
- stepup-2.2.2/docs/getting_started/automatic_cleaning.md +0 -27
- stepup-2.2.2/docs/getting_started/call/main.sh +0 -8
- stepup-2.2.2/docs/getting_started/call/stdout.txt +0 -13
- stepup-2.2.2/docs/getting_started/call.md +0 -119
- stepup-2.2.2/docs/getting_started/copy_mkdir/main.sh +0 -7
- stepup-2.2.2/docs/getting_started/copy_mkdir/plan.py +0 -6
- stepup-2.2.2/docs/getting_started/copy_mkdir/stdout.txt +0 -16
- stepup-2.2.2/docs/getting_started/copy_mkdir.md +0 -41
- stepup-2.2.2/docs/getting_started/dependencies/graph.txt +0 -49
- stepup-2.2.2/docs/getting_started/dependencies/graph_dependency.svg +0 -62
- stepup-2.2.2/docs/getting_started/dependencies/graph_provenance.svg +0 -98
- stepup-2.2.2/docs/getting_started/dependencies/main.sh +0 -13
- stepup-2.2.2/docs/getting_started/dependencies/plan.py +0 -7
- stepup-2.2.2/docs/getting_started/dependencies/stdout.txt +0 -17
- stepup-2.2.2/docs/getting_started/dependencies.md +0 -136
- stepup-2.2.2/docs/getting_started/distributed_plans/main.sh +0 -10
- stepup-2.2.2/docs/getting_started/distributed_plans/stdout.txt +0 -21
- stepup-2.2.2/docs/getting_started/distributed_plans/sub/plan.py +0 -5
- stepup-2.2.2/docs/getting_started/failing_steps.md +0 -24
- stepup-2.2.2/docs/getting_started/first_step/main.sh +0 -14
- stepup-2.2.2/docs/getting_started/first_step/plan.py +0 -4
- stepup-2.2.2/docs/getting_started/first_step/stdout1.txt +0 -14
- stepup-2.2.2/docs/getting_started/first_step/stdout2.txt +0 -10
- stepup-2.2.2/docs/getting_started/first_step/stdout3.txt +0 -1
- stepup-2.2.2/docs/getting_started/first_step.md +0 -100
- stepup-2.2.2/docs/getting_started/interactive_usage.md +0 -78
- stepup-2.2.2/docs/getting_started/no_rules/main.sh +0 -9
- stepup-2.2.2/docs/getting_started/no_rules/plan.py +0 -10
- stepup-2.2.2/docs/getting_started/no_rules/stdout.txt +0 -13
- stepup-2.2.2/docs/getting_started/no_rules.md +0 -41
- stepup-2.2.2/docs/getting_started/script_multiple/cases_out.txt +0 -2
- stepup-2.2.2/docs/getting_started/script_multiple/main.sh +0 -12
- stepup-2.2.2/docs/getting_started/script_multiple/plot_ebbr.png +0 -0
- stepup-2.2.2/docs/getting_started/script_multiple/plot_ebos.png +0 -0
- stepup-2.2.2/docs/getting_started/script_multiple/stdout.txt +0 -15
- stepup-2.2.2/docs/getting_started/script_multiple.md +0 -140
- stepup-2.2.2/docs/getting_started/script_single/main.sh +0 -9
- stepup-2.2.2/docs/getting_started/script_single/stdout.txt +0 -13
- stepup-2.2.2/docs/getting_started/script_single.md +0 -177
- stepup-2.2.2/docs/getting_started/static_files/main.sh +0 -8
- stepup-2.2.2/docs/getting_started/static_files/plan.py +0 -5
- stepup-2.2.2/docs/getting_started/static_files/stdout.txt +0 -11
- stepup-2.2.2/docs/getting_started/static_files.md +0 -53
- stepup-2.2.2/docs/getting_started/static_glob/main.sh +0 -7
- stepup-2.2.2/docs/getting_started/static_glob/stdout.txt +0 -15
- stepup-2.2.2/docs/getting_started/static_glob.md +0 -58
- stepup-2.2.2/docs/getting_started/static_glob_conditional/main.sh +0 -11
- stepup-2.2.2/docs/getting_started/static_glob_conditional/plan.py +0 -14
- stepup-2.2.2/docs/getting_started/static_glob_conditional/stdout1.txt +0 -16
- stepup-2.2.2/docs/getting_started/static_glob_conditional/stdout2.txt +0 -15
- stepup-2.2.2/docs/getting_started/static_glob_conditional.md +0 -105
- stepup-2.2.2/docs/getting_started/workdir/main.sh +0 -8
- stepup-2.2.2/docs/getting_started/workdir/plan.py +0 -5
- stepup-2.2.2/docs/getting_started/workdir/stdout.txt +0 -11
- stepup-2.2.2/docs/getting_started/workdir.md +0 -50
- stepup-2.2.2/docs/index.md +0 -147
- stepup-2.2.2/docs/plan.py +0 -67
- stepup-2.2.2/docs/reference/environment_variables.md +0 -35
- stepup-2.2.2/docs/reference/interactive.md +0 -48
- stepup-2.2.2/docs/reference/stepup.core.api.md +0 -38
- stepup-2.2.2/docs/reference/stepup.core.interact.md +0 -6
- stepup-2.2.2/mkdocs.yaml +0 -148
- stepup-2.2.2/pyproject.toml +0 -100
- stepup-2.2.2/stepup/core/api.py +0 -1036
- stepup-2.2.2/stepup/core/asyncio.py +0 -163
- stepup-2.2.2/stepup/core/call.py +0 -136
- stepup-2.2.2/stepup/core/cascade.py +0 -824
- stepup-2.2.2/stepup/core/cleanup.py +0 -210
- stepup-2.2.2/stepup/core/director.py +0 -631
- stepup-2.2.2/stepup/core/file.py +0 -283
- stepup-2.2.2/stepup/core/interact.py +0 -155
- stepup-2.2.2/stepup/core/job.py +0 -140
- stepup-2.2.2/stepup/core/pytest.py +0 -169
- stepup-2.2.2/stepup/core/reporter.py +0 -229
- stepup-2.2.2/stepup/core/rpc.py +0 -597
- stepup-2.2.2/stepup/core/runner.py +0 -367
- stepup-2.2.2/stepup/core/scheduler.py +0 -168
- stepup-2.2.2/stepup/core/script.py +0 -473
- stepup-2.2.2/stepup/core/startup.py +0 -201
- stepup-2.2.2/stepup/core/step.py +0 -938
- stepup-2.2.2/stepup/core/stepinfo.py +0 -121
- stepup-2.2.2/stepup/core/tui.py +0 -340
- stepup-2.2.2/stepup/core/utils.py +0 -395
- stepup-2.2.2/stepup/core/watcher.py +0 -296
- stepup-2.2.2/stepup/core/worker.py +0 -900
- stepup-2.2.2/stepup/core/workflow.py +0 -1182
- stepup-2.2.2/stepup.egg-info/PKG-INFO +0 -60
- stepup-2.2.2/stepup.egg-info/SOURCES.txt +0 -1562
- stepup-2.2.2/stepup.egg-info/entry_points.txt +0 -3
- stepup-2.2.2/stepup.egg-info/requires.txt +0 -17
- stepup-2.2.2/tests/conftest.py +0 -143
- stepup-2.2.2/tests/examples/README.md +0 -34
- stepup-2.2.2/tests/examples/absolute/expected_graph1.txt +0 -61
- stepup-2.2.2/tests/examples/absolute/expected_graph2.txt +0 -61
- stepup-2.2.2/tests/examples/absolute/expected_stdout.txt +0 -17
- stepup-2.2.2/tests/examples/absolute/main.sh +0 -50
- stepup-2.2.2/tests/examples/absolute/plan.py +0 -7
- stepup-2.2.2/tests/examples/amend/expected_graph1.txt +0 -77
- stepup-2.2.2/tests/examples/amend/expected_graph2.txt +0 -77
- stepup-2.2.2/tests/examples/amend/expected_graph3.txt +0 -77
- stepup-2.2.2/tests/examples/amend/expected_graph4.txt +0 -77
- stepup-2.2.2/tests/examples/amend/expected_stdout1.txt +0 -34
- stepup-2.2.2/tests/examples/amend/expected_stdout2.txt +0 -10
- stepup-2.2.2/tests/examples/amend/expected_stdout3.txt +0 -21
- stepup-2.2.2/tests/examples/amend/main.sh +0 -106
- stepup-2.2.2/tests/examples/amend/plan.py +0 -6
- stepup-2.2.2/tests/examples/amend_delay/expected_graph1.txt +0 -105
- stepup-2.2.2/tests/examples/amend_delay/expected_graph2.txt +0 -105
- stepup-2.2.2/tests/examples/amend_delay/expected_graph3.txt +0 -105
- stepup-2.2.2/tests/examples/amend_delay/expected_stdout.txt +0 -81
- stepup-2.2.2/tests/examples/amend_delay/main.sh +0 -77
- stepup-2.2.2/tests/examples/amend_delay/plan.py +0 -8
- stepup-2.2.2/tests/examples/amend_delete_both/expected_graph1.txt +0 -105
- stepup-2.2.2/tests/examples/amend_delete_both/expected_graph2.txt +0 -105
- stepup-2.2.2/tests/examples/amend_delete_both/expected_stdout1.txt +0 -15
- stepup-2.2.2/tests/examples/amend_delete_both/expected_stdout2.txt +0 -45
- stepup-2.2.2/tests/examples/amend_delete_both/main.sh +0 -67
- stepup-2.2.2/tests/examples/amend_delete_both/plan.py +0 -7
- stepup-2.2.2/tests/examples/amend_env_vars/expected_graph.txt +0 -58
- stepup-2.2.2/tests/examples/amend_env_vars/expected_stdout.txt +0 -11
- stepup-2.2.2/tests/examples/amend_env_vars/main.sh +0 -32
- stepup-2.2.2/tests/examples/amend_env_vars/plan.py +0 -5
- stepup-2.2.2/tests/examples/amend_missing/expected_graph.txt +0 -56
- stepup-2.2.2/tests/examples/amend_missing/expected_stdout.txt +0 -31
- stepup-2.2.2/tests/examples/amend_missing/main.sh +0 -30
- stepup-2.2.2/tests/examples/amend_missing/plan.py +0 -6
- stepup-2.2.2/tests/examples/amend_outdir_pending/expected_graph.txt +0 -45
- stepup-2.2.2/tests/examples/amend_outdir_pending/expected_stdout.txt +0 -26
- stepup-2.2.2/tests/examples/amend_outdir_pending/main.sh +0 -27
- stepup-2.2.2/tests/examples/amend_outdir_pending/plan.py +0 -4
- stepup-2.2.2/tests/examples/amend_self_static/main.sh +0 -87
- stepup-2.2.2/tests/examples/amend_self_static/plan.py +0 -5
- stepup-2.2.2/tests/examples/amend_validate/main.sh +0 -47
- stepup-2.2.2/tests/examples/amend_validate/plan.py +0 -7
- stepup-2.2.2/tests/examples/amend_voldir_pending/expected_graph.txt +0 -45
- stepup-2.2.2/tests/examples/amend_voldir_pending/expected_stdout.txt +0 -26
- stepup-2.2.2/tests/examples/amend_voldir_pending/main.sh +0 -27
- stepup-2.2.2/tests/examples/amend_voldir_pending/plan.py +0 -4
- stepup-2.2.2/tests/examples/call_chain/expected_graph.txt +0 -85
- stepup-2.2.2/tests/examples/call_chain/expected_stdout.txt +0 -13
- stepup-2.2.2/tests/examples/call_chain/main.sh +0 -30
- stepup-2.2.2/tests/examples/call_import/expected_graph1.txt +0 -56
- stepup-2.2.2/tests/examples/call_import/expected_graph2.txt +0 -56
- stepup-2.2.2/tests/examples/call_import/expected_stdout1.txt +0 -11
- stepup-2.2.2/tests/examples/call_import/expected_stdout2.txt +0 -13
- stepup-2.2.2/tests/examples/call_import/main.sh +0 -56
- stepup-2.2.2/tests/examples/call_inp_out/expected_graph.txt +0 -58
- stepup-2.2.2/tests/examples/call_inp_out/expected_stdout.txt +0 -11
- stepup-2.2.2/tests/examples/call_inp_out/main.sh +0 -29
- stepup-2.2.2/tests/examples/call_json_pickle/expected_graph1.txt +0 -86
- stepup-2.2.2/tests/examples/call_json_pickle/expected_graph2.txt +0 -86
- stepup-2.2.2/tests/examples/call_json_pickle/expected_stdout1.txt +0 -13
- stepup-2.2.2/tests/examples/call_json_pickle/expected_stdout2.txt +0 -20
- stepup-2.2.2/tests/examples/call_json_pickle/main.sh +0 -60
- stepup-2.2.2/tests/examples/call_kwargs_return/expected_graph.txt +0 -67
- stepup-2.2.2/tests/examples/call_kwargs_return/expected_stdout.txt +0 -16
- stepup-2.2.2/tests/examples/call_kwargs_return/main.sh +0 -29
- stepup-2.2.2/tests/examples/call_kwargs_return/plan.py +0 -8
- stepup-2.2.2/tests/examples/call_minimal/expected_graph.txt +0 -47
- stepup-2.2.2/tests/examples/call_minimal/expected_stdout.txt +0 -11
- stepup-2.2.2/tests/examples/call_minimal/main.sh +0 -28
- stepup-2.2.2/tests/examples/call_not_json/expected_graph.txt +0 -29
- stepup-2.2.2/tests/examples/call_not_json/expected_stdout.txt +0 -17
- stepup-2.2.2/tests/examples/call_not_json/main.sh +0 -32
- stepup-2.2.2/tests/examples/call_out/expected_stdout.txt +0 -13
- stepup-2.2.2/tests/examples/call_out/main.sh +0 -29
- stepup-2.2.2/tests/examples/call_pickle/expected_graph.txt +0 -67
- stepup-2.2.2/tests/examples/call_pickle/expected_stdout.txt +0 -16
- stepup-2.2.2/tests/examples/call_pickle/main.sh +0 -29
- stepup-2.2.2/tests/examples/call_pickle/plan.py +0 -13
- stepup-2.2.2/tests/examples/call_prefix/expected_graph.txt +0 -65
- stepup-2.2.2/tests/examples/call_prefix/expected_stdout.txt +0 -13
- stepup-2.2.2/tests/examples/call_prefix/main.sh +0 -29
- stepup-2.2.2/tests/examples/call_subdir/data/plan.py +0 -14
- stepup-2.2.2/tests/examples/call_subdir/expected_graph.txt +0 -89
- stepup-2.2.2/tests/examples/call_subdir/expected_stdout.txt +0 -13
- stepup-2.2.2/tests/examples/call_subdir/main.sh +0 -33
- stepup-2.2.2/tests/examples/clean_after/expected_stdout.txt +0 -15
- stepup-2.2.2/tests/examples/clean_after/main.sh +0 -40
- stepup-2.2.2/tests/examples/clean_after/plan.py +0 -6
- stepup-2.2.2/tests/examples/clean_awaited1/expected_graph1.txt +0 -45
- stepup-2.2.2/tests/examples/clean_awaited1/expected_graph2.txt +0 -45
- stepup-2.2.2/tests/examples/clean_awaited1/expected_stdout.txt +0 -34
- stepup-2.2.2/tests/examples/clean_awaited1/main.sh +0 -52
- stepup-2.2.2/tests/examples/clean_awaited2/expected_graph1.txt +0 -47
- stepup-2.2.2/tests/examples/clean_awaited2/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/clean_awaited2/expected_stdout.txt +0 -27
- stepup-2.2.2/tests/examples/clean_awaited2/main.sh +0 -57
- stepup-2.2.2/tests/examples/clean_changed/expected_graph.txt +0 -38
- stepup-2.2.2/tests/examples/clean_changed/expected_stdout.txt +0 -11
- stepup-2.2.2/tests/examples/clean_changed/main.sh +0 -38
- stepup-2.2.2/tests/examples/clean_changed/plan.py +0 -4
- stepup-2.2.2/tests/examples/clean_dir/expected_graph1.txt +0 -96
- stepup-2.2.2/tests/examples/clean_dir/expected_graph2.txt +0 -96
- stepup-2.2.2/tests/examples/clean_dir/expected_stdout.txt +0 -21
- stepup-2.2.2/tests/examples/clean_dir/main.sh +0 -44
- stepup-2.2.2/tests/examples/clean_dir/plan.py +0 -7
- stepup-2.2.2/tests/examples/clean_dir_static/expected_graph1.txt +0 -76
- stepup-2.2.2/tests/examples/clean_dir_static/expected_graph2.txt +0 -76
- stepup-2.2.2/tests/examples/clean_dir_static/expected_stdout.txt +0 -15
- stepup-2.2.2/tests/examples/clean_dir_static/main.sh +0 -44
- stepup-2.2.2/tests/examples/clean_drained_scheduler/expected_graph1.txt +0 -78
- stepup-2.2.2/tests/examples/clean_drained_scheduler/expected_graph2.txt +0 -78
- stepup-2.2.2/tests/examples/clean_drained_scheduler/expected_stdout.txt +0 -33
- stepup-2.2.2/tests/examples/clean_drained_scheduler/main.sh +0 -48
- stepup-2.2.2/tests/examples/clean_drained_scheduler/plan.py +0 -9
- stepup-2.2.2/tests/examples/clean_nonexisting/expected_graph1.txt +0 -38
- stepup-2.2.2/tests/examples/clean_nonexisting/expected_graph2.txt +0 -38
- stepup-2.2.2/tests/examples/clean_nonexisting/expected_stdout.txt +0 -11
- stepup-2.2.2/tests/examples/clean_nonexisting/main.sh +0 -40
- stepup-2.2.2/tests/examples/clean_nonexisting/plan.py +0 -4
- stepup-2.2.2/tests/examples/cyclic_dynamic/expected_graph.txt +0 -108
- stepup-2.2.2/tests/examples/cyclic_dynamic/expected_stdout.txt +0 -30
- stepup-2.2.2/tests/examples/cyclic_dynamic/main.sh +0 -29
- stepup-2.2.2/tests/examples/cyclic_dynamic/plan.py +0 -6
- stepup-2.2.2/tests/examples/cyclic_dynamic/work1.py +0 -8
- stepup-2.2.2/tests/examples/cyclic_dynamic/work2.py +0 -8
- stepup-2.2.2/tests/examples/cyclic_static/expected_graph.txt +0 -90
- stepup-2.2.2/tests/examples/cyclic_static/expected_stdout.txt +0 -20
- stepup-2.2.2/tests/examples/cyclic_static/main.sh +0 -29
- stepup-2.2.2/tests/examples/cyclic_static/plan.py +0 -6
- stepup-2.2.2/tests/examples/deferred_dir_amend/expected_graph.txt +0 -94
- stepup-2.2.2/tests/examples/deferred_dir_amend/expected_stdout.txt +0 -11
- stepup-2.2.2/tests/examples/deferred_dir_amend/main.sh +0 -33
- stepup-2.2.2/tests/examples/deferred_dir_amend/plan.py +0 -7
- stepup-2.2.2/tests/examples/deferred_dir_glob/expected_graph.txt +0 -140
- stepup-2.2.2/tests/examples/deferred_dir_glob/expected_stdout.txt +0 -9
- stepup-2.2.2/tests/examples/deferred_dir_glob/main.sh +0 -31
- stepup-2.2.2/tests/examples/deferred_dir_static/expected_graph.txt +0 -60
- stepup-2.2.2/tests/examples/deferred_dir_static/expected_stdout.txt +0 -11
- stepup-2.2.2/tests/examples/deferred_dir_static/main.sh +0 -28
- stepup-2.2.2/tests/examples/deferred_dir_step/expected_graph.txt +0 -94
- stepup-2.2.2/tests/examples/deferred_dir_step/expected_stdout.txt +0 -11
- stepup-2.2.2/tests/examples/deferred_dir_step/main.sh +0 -33
- stepup-2.2.2/tests/examples/deferred_dir_step/plan.py +0 -13
- stepup-2.2.2/tests/examples/deferred_glob1/expected_graph1.txt +0 -68
- stepup-2.2.2/tests/examples/deferred_glob1/expected_graph2.txt +0 -68
- stepup-2.2.2/tests/examples/deferred_glob1/expected_stdout1.txt +0 -11
- stepup-2.2.2/tests/examples/deferred_glob1/expected_stdout2.txt +0 -16
- stepup-2.2.2/tests/examples/deferred_glob1/main.sh +0 -58
- stepup-2.2.2/tests/examples/deferred_glob2/expected_graph1.txt +0 -67
- stepup-2.2.2/tests/examples/deferred_glob2/expected_graph2.txt +0 -26
- stepup-2.2.2/tests/examples/deferred_glob2/expected_stdout.txt +0 -18
- stepup-2.2.2/tests/examples/deferred_glob2/main.sh +0 -45
- stepup-2.2.2/tests/examples/deferred_nonexisting_dir/expected_graph1.txt +0 -60
- stepup-2.2.2/tests/examples/deferred_nonexisting_dir/expected_graph2.txt +0 -60
- stepup-2.2.2/tests/examples/deferred_nonexisting_dir/expected_graph3.txt +0 -60
- stepup-2.2.2/tests/examples/deferred_nonexisting_dir/expected_stdout.txt +0 -37
- stepup-2.2.2/tests/examples/deferred_nonexisting_dir/main.sh +0 -67
- stepup-2.2.2/tests/examples/deferred_subdir/expected_graph.txt +0 -74
- stepup-2.2.2/tests/examples/deferred_subdir/expected_stdout.txt +0 -13
- stepup-2.2.2/tests/examples/deferred_subdir/main.sh +0 -29
- stepup-2.2.2/tests/examples/env_vars/demovars.py +0 -17
- stepup-2.2.2/tests/examples/env_vars/expected_graph1.txt +0 -76
- stepup-2.2.2/tests/examples/env_vars/expected_graph2.txt +0 -77
- stepup-2.2.2/tests/examples/env_vars/expected_graph3.txt +0 -77
- stepup-2.2.2/tests/examples/env_vars/expected_graph4.txt +0 -77
- stepup-2.2.2/tests/examples/env_vars/expected_graph5.txt +0 -77
- stepup-2.2.2/tests/examples/env_vars/expected_graph6.txt +0 -77
- stepup-2.2.2/tests/examples/env_vars/expected_stdout1.txt +0 -44
- stepup-2.2.2/tests/examples/env_vars/expected_stdout2.txt +0 -24
- stepup-2.2.2/tests/examples/env_vars/expected_stdout3.txt +0 -25
- stepup-2.2.2/tests/examples/env_vars/expected_stdout4.txt +0 -25
- stepup-2.2.2/tests/examples/env_vars/main.sh +0 -147
- stepup-2.2.2/tests/examples/env_vars/plan.py +0 -5
- stepup-2.2.2/tests/examples/env_vars_amend/expected_graph1.txt +0 -50
- stepup-2.2.2/tests/examples/env_vars_amend/expected_graph2.txt +0 -50
- stepup-2.2.2/tests/examples/env_vars_amend/expected_stdout1.txt +0 -11
- stepup-2.2.2/tests/examples/env_vars_amend/expected_stdout2.txt +0 -23
- stepup-2.2.2/tests/examples/env_vars_amend/main.sh +0 -55
- stepup-2.2.2/tests/examples/env_vars_amend/plan.py +0 -5
- stepup-2.2.2/tests/examples/env_vars_multi/expected_graph.txt +0 -107
- stepup-2.2.2/tests/examples/env_vars_multi/expected_stdout.txt +0 -15
- stepup-2.2.2/tests/examples/env_vars_multi/main.sh +0 -32
- stepup-2.2.2/tests/examples/env_vars_path/FOO.md +0 -1
- stepup-2.2.2/tests/examples/env_vars_path/expected_graph1.txt +0 -59
- stepup-2.2.2/tests/examples/env_vars_path/expected_graph2.txt +0 -60
- stepup-2.2.2/tests/examples/env_vars_path/expected_stdout1.txt +0 -17
- stepup-2.2.2/tests/examples/env_vars_path/expected_stdout2.txt +0 -27
- stepup-2.2.2/tests/examples/env_vars_path/main.sh +0 -58
- stepup-2.2.2/tests/examples/env_vars_path/plan.py +0 -12
- stepup-2.2.2/tests/examples/env_vars_subs/expected_graph.txt +0 -48
- stepup-2.2.2/tests/examples/env_vars_subs/expected_stdout.txt +0 -18
- stepup-2.2.2/tests/examples/env_vars_subs/main.sh +0 -30
- stepup-2.2.2/tests/examples/env_vars_workdir/expected_graph.txt +0 -55
- stepup-2.2.2/tests/examples/env_vars_workdir/expected_stdout.txt +0 -11
- stepup-2.2.2/tests/examples/env_vars_workdir/main.sh +0 -30
- stepup-2.2.2/tests/examples/env_vars_workdir/plan.py +0 -11
- stepup-2.2.2/tests/examples/error_cyclic_late/expected_graph.txt +0 -45
- stepup-2.2.2/tests/examples/error_cyclic_late/expected_stdout.txt +0 -27
- stepup-2.2.2/tests/examples/error_cyclic_late/main.sh +0 -29
- stepup-2.2.2/tests/examples/error_cyclic_late/plan.py +0 -5
- stepup-2.2.2/tests/examples/error_deferred_nonexisting/expected_stdout.txt +0 -30
- stepup-2.2.2/tests/examples/error_deferred_nonexisting/main.sh +0 -26
- stepup-2.2.2/tests/examples/error_deferred_nonexisting/plan.py +0 -5
- stepup-2.2.2/tests/examples/error_env_var/expected_graph.txt +0 -22
- stepup-2.2.2/tests/examples/error_env_var/expected_stdout.txt +0 -17
- stepup-2.2.2/tests/examples/error_env_var/main.sh +0 -27
- stepup-2.2.2/tests/examples/error_env_var/plan.py +0 -4
- stepup-2.2.2/tests/examples/error_main_fails/expected_graph1.txt +0 -40
- stepup-2.2.2/tests/examples/error_main_fails/expected_graph2.txt +0 -37
- stepup-2.2.2/tests/examples/error_main_fails/expected_stdout1.txt +0 -11
- stepup-2.2.2/tests/examples/error_main_fails/expected_stdout2.txt +0 -28
- stepup-2.2.2/tests/examples/error_main_fails/main.sh +0 -54
- stepup-2.2.2/tests/examples/error_main_fails/plan1.py +0 -4
- stepup-2.2.2/tests/examples/error_not_executable/expected_stdout.txt +0 -12
- stepup-2.2.2/tests/examples/error_not_executable/main.sh +0 -14
- stepup-2.2.2/tests/examples/error_not_executable/plan.py +0 -5
- stepup-2.2.2/tests/examples/error_overlap_deferred/expected_graph.txt +0 -30
- stepup-2.2.2/tests/examples/error_overlap_deferred/expected_stdout.txt +0 -17
- stepup-2.2.2/tests/examples/error_overlap_deferred/main.sh +0 -28
- stepup-2.2.2/tests/examples/error_overlap_deferred/plan.py +0 -6
- stepup-2.2.2/tests/examples/error_static_dir/expected_graph.txt +0 -22
- stepup-2.2.2/tests/examples/error_static_dir/expected_stdout.txt +0 -17
- stepup-2.2.2/tests/examples/error_static_dir/main.sh +0 -27
- stepup-2.2.2/tests/examples/error_static_dir/plan.py +0 -5
- stepup-2.2.2/tests/examples/error_step/expected_graph.txt +0 -38
- stepup-2.2.2/tests/examples/error_step/expected_stdout.txt +0 -21
- stepup-2.2.2/tests/examples/error_step/main.sh +0 -27
- stepup-2.2.2/tests/examples/error_step/plan.py +0 -4
- stepup-2.2.2/tests/examples/external_sources/expected_graph1.txt +0 -74
- stepup-2.2.2/tests/examples/external_sources/expected_graph2.txt +0 -74
- stepup-2.2.2/tests/examples/external_sources/expected_stdout1.txt +0 -12
- stepup-2.2.2/tests/examples/external_sources/expected_stdout2.txt +0 -14
- stepup-2.2.2/tests/examples/external_sources/main.sh +0 -61
- stepup-2.2.2/tests/examples/getinfo/expected_graph.txt +0 -129
- stepup-2.2.2/tests/examples/getinfo/expected_stdout.txt +0 -11
- stepup-2.2.2/tests/examples/getinfo/main.sh +0 -33
- stepup-2.2.2/tests/examples/getinfo/plan.py +0 -12
- stepup-2.2.2/tests/examples/getinfo/sub/getinfo.py +0 -35
- stepup-2.2.2/tests/examples/here/expected_graph.txt +0 -119
- stepup-2.2.2/tests/examples/here/expected_stdout.txt +0 -18
- stepup-2.2.2/tests/examples/here/main.sh +0 -32
- stepup-2.2.2/tests/examples/here/source/www/index.md +0 -1
- stepup-2.2.2/tests/examples/input_check_changed/expected_graph.txt +0 -83
- stepup-2.2.2/tests/examples/input_check_changed/expected_stdout.txt +0 -23
- stepup-2.2.2/tests/examples/input_check_changed/main.sh +0 -31
- stepup-2.2.2/tests/examples/input_check_changed/plan.py +0 -7
- stepup-2.2.2/tests/examples/input_check_deleted/expected_graph.txt +0 -83
- stepup-2.2.2/tests/examples/input_check_deleted/expected_stdout.txt +0 -23
- stepup-2.2.2/tests/examples/input_check_deleted/main.sh +0 -31
- stepup-2.2.2/tests/examples/input_check_deleted/plan.py +0 -7
- stepup-2.2.2/tests/examples/input_check_three/expected_graph.txt +0 -83
- stepup-2.2.2/tests/examples/input_check_three/expected_stdout.txt +0 -23
- stepup-2.2.2/tests/examples/input_check_three/main.sh +0 -32
- stepup-2.2.2/tests/examples/input_check_three/plan.py +0 -8
- stepup-2.2.2/tests/examples/input_check_two/expected_graph.txt +0 -74
- stepup-2.2.2/tests/examples/input_check_two/expected_stdout.txt +0 -22
- stepup-2.2.2/tests/examples/input_check_two/main.sh +0 -32
- stepup-2.2.2/tests/examples/input_check_two/plan.py +0 -7
- stepup-2.2.2/tests/examples/makedirs/bunch.py +0 -35
- stepup-2.2.2/tests/examples/makedirs/expected_graph.txt +0 -101
- stepup-2.2.2/tests/examples/makedirs/expected_stdout.txt +0 -11
- stepup-2.2.2/tests/examples/makedirs/main.sh +0 -29
- stepup-2.2.2/tests/examples/makedirs/plan.py +0 -17
- stepup-2.2.2/tests/examples/mkdir/expected_graph.txt +0 -72
- stepup-2.2.2/tests/examples/mkdir/expected_stdout.txt +0 -15
- stepup-2.2.2/tests/examples/mkdir/main.sh +0 -29
- stepup-2.2.2/tests/examples/mkdir/plan.py +0 -7
- stepup-2.2.2/tests/examples/mkdir_error/expected_graph.txt +0 -50
- stepup-2.2.2/tests/examples/mkdir_error/expected_stdout.txt +0 -21
- stepup-2.2.2/tests/examples/mkdir_error/main.sh +0 -27
- stepup-2.2.2/tests/examples/no_data/expected_graph1.txt +0 -60
- stepup-2.2.2/tests/examples/no_data/expected_graph2.txt +0 -41
- stepup-2.2.2/tests/examples/no_data/expected_graph3.txt +0 -60
- stepup-2.2.2/tests/examples/no_data/expected_stdout1.txt +0 -29
- stepup-2.2.2/tests/examples/no_data/expected_stdout2.txt +0 -15
- stepup-2.2.2/tests/examples/no_data/main.sh +0 -73
- stepup-2.2.2/tests/examples/no_data/plan.py +0 -8
- stepup-2.2.2/tests/examples/no_plan/main.sh +0 -11
- stepup-2.2.2/tests/examples/no_shebang/expected_graph.txt +0 -38
- stepup-2.2.2/tests/examples/no_shebang/expected_stdout.txt +0 -19
- stepup-2.2.2/tests/examples/no_shebang/main.sh +0 -33
- stepup-2.2.2/tests/examples/no_shebang/plan.py +0 -5
- stepup-2.2.2/tests/examples/no_static/expected_graph.txt +0 -56
- stepup-2.2.2/tests/examples/no_static/expected_stdout.txt +0 -16
- stepup-2.2.2/tests/examples/no_static/main.sh +0 -81
- stepup-2.2.2/tests/examples/no_static/plan.py +0 -5
- stepup-2.2.2/tests/examples/not_cyclic/expected_graph1.txt +0 -40
- stepup-2.2.2/tests/examples/not_cyclic/expected_graph2.txt +0 -40
- stepup-2.2.2/tests/examples/not_cyclic/expected_graph3.txt +0 -40
- stepup-2.2.2/tests/examples/not_cyclic/expected_graph4.txt +0 -40
- stepup-2.2.2/tests/examples/not_cyclic/expected_stdout1.txt +0 -23
- stepup-2.2.2/tests/examples/not_cyclic/expected_stdout2.txt +0 -10
- stepup-2.2.2/tests/examples/not_cyclic/main.sh +0 -89
- stepup-2.2.2/tests/examples/optional_amend/expected_graph1.txt +0 -75
- stepup-2.2.2/tests/examples/optional_amend/expected_graph2.txt +0 -75
- stepup-2.2.2/tests/examples/optional_amend/expected_stdout.txt +0 -28
- stepup-2.2.2/tests/examples/optional_amend/main.sh +0 -49
- stepup-2.2.2/tests/examples/optional_amend/plan.py +0 -6
- stepup-2.2.2/tests/examples/optional_amend_twice/expected_graph1.txt +0 -103
- stepup-2.2.2/tests/examples/optional_amend_twice/expected_graph2.txt +0 -103
- stepup-2.2.2/tests/examples/optional_amend_twice/expected_stdout.txt +0 -36
- stepup-2.2.2/tests/examples/optional_amend_twice/main.sh +0 -56
- stepup-2.2.2/tests/examples/optional_amend_twice/plan.py +0 -7
- stepup-2.2.2/tests/examples/optional_chain/expected_graph1.txt +0 -101
- stepup-2.2.2/tests/examples/optional_chain/expected_graph2.txt +0 -120
- stepup-2.2.2/tests/examples/optional_chain/expected_stdout1.txt +0 -26
- stepup-2.2.2/tests/examples/optional_chain/expected_stdout2.txt +0 -31
- stepup-2.2.2/tests/examples/optional_chain/main.sh +0 -92
- stepup-2.2.2/tests/examples/optional_chain/plan1.py +0 -7
- stepup-2.2.2/tests/examples/optional_chain/plan2.py +0 -8
- stepup-2.2.2/tests/examples/optional_change/expected_graph1.txt +0 -66
- stepup-2.2.2/tests/examples/optional_change/expected_graph2.txt +0 -65
- stepup-2.2.2/tests/examples/optional_change/expected_graph3.txt +0 -66
- stepup-2.2.2/tests/examples/optional_change/expected_stdout1.txt +0 -13
- stepup-2.2.2/tests/examples/optional_change/expected_stdout2.txt +0 -13
- stepup-2.2.2/tests/examples/optional_change/expected_stdout3.txt +0 -13
- stepup-2.2.2/tests/examples/optional_change/main.sh +0 -85
- stepup-2.2.2/tests/examples/optional_change_sub/expected_graph1.txt +0 -91
- stepup-2.2.2/tests/examples/optional_change_sub/expected_graph2.txt +0 -90
- stepup-2.2.2/tests/examples/optional_change_sub/expected_graph3.txt +0 -91
- stepup-2.2.2/tests/examples/optional_change_sub/expected_stdout1.txt +0 -15
- stepup-2.2.2/tests/examples/optional_change_sub/expected_stdout2.txt +0 -13
- stepup-2.2.2/tests/examples/optional_change_sub/expected_stdout3.txt +0 -13
- stepup-2.2.2/tests/examples/optional_change_sub/main.sh +0 -85
- stepup-2.2.2/tests/examples/optional_cleanup/expected_graph1.txt +0 -65
- stepup-2.2.2/tests/examples/optional_cleanup/expected_graph2.txt +0 -65
- stepup-2.2.2/tests/examples/optional_cleanup/expected_stdout1.txt +0 -16
- stepup-2.2.2/tests/examples/optional_cleanup/expected_stdout2.txt +0 -14
- stepup-2.2.2/tests/examples/optional_cleanup/main.sh +0 -64
- stepup-2.2.2/tests/examples/optional_cleanup/plan.py +0 -6
- stepup-2.2.2/tests/examples/optional_convert/expected_graph1.txt +0 -149
- stepup-2.2.2/tests/examples/optional_convert/expected_graph2.txt +0 -149
- stepup-2.2.2/tests/examples/optional_convert/expected_graph3.txt +0 -150
- stepup-2.2.2/tests/examples/optional_convert/expected_graph4.txt +0 -150
- stepup-2.2.2/tests/examples/optional_convert/expected_stdout1.txt +0 -16
- stepup-2.2.2/tests/examples/optional_convert/expected_stdout2.txt +0 -28
- stepup-2.2.2/tests/examples/optional_convert/expected_stdout3.txt +0 -38
- stepup-2.2.2/tests/examples/optional_convert/main.sh +0 -103
- stepup-2.2.2/tests/examples/output_not_created/expected_graph.txt +0 -56
- stepup-2.2.2/tests/examples/output_not_created/expected_stdout.txt +0 -21
- stepup-2.2.2/tests/examples/output_not_created/main.sh +0 -30
- stepup-2.2.2/tests/examples/output_not_created/plan.py +0 -5
- stepup-2.2.2/tests/examples/pending/expected_graph.txt +0 -54
- stepup-2.2.2/tests/examples/pending/expected_stdout.txt +0 -21
- stepup-2.2.2/tests/examples/pending/main.sh +0 -29
- stepup-2.2.2/tests/examples/pending/plan.py +0 -16
- stepup-2.2.2/tests/examples/pending_cleanup/expected_graph1.txt +0 -61
- stepup-2.2.2/tests/examples/pending_cleanup/expected_graph2.txt +0 -61
- stepup-2.2.2/tests/examples/pending_cleanup/expected_stdout1.txt +0 -22
- stepup-2.2.2/tests/examples/pending_cleanup/expected_stdout2.txt +0 -24
- stepup-2.2.2/tests/examples/pending_cleanup/main.sh +0 -70
- stepup-2.2.2/tests/examples/pending_cleanup/plan.py +0 -5
- stepup-2.2.2/tests/examples/pending_nested/expected_graph1.txt +0 -126
- stepup-2.2.2/tests/examples/pending_nested/expected_graph2.txt +0 -124
- stepup-2.2.2/tests/examples/pending_nested/expected_graph3.txt +0 -126
- stepup-2.2.2/tests/examples/pending_nested/expected_stdout1.txt +0 -15
- stepup-2.2.2/tests/examples/pending_nested/expected_stdout2.txt +0 -33
- stepup-2.2.2/tests/examples/pending_nested/expected_stdout3.txt +0 -16
- stepup-2.2.2/tests/examples/pending_nested/main.sh +0 -114
- stepup-2.2.2/tests/examples/pending_nested/plan.py +0 -6
- stepup-2.2.2/tests/examples/pending_nested/step1.py +0 -8
- stepup-2.2.2/tests/examples/pending_nested/step2.py +0 -8
- stepup-2.2.2/tests/examples/permissions_file_rerun/expected_graph1.txt +0 -47
- stepup-2.2.2/tests/examples/permissions_file_rerun/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/permissions_file_rerun/expected_stdout.txt +0 -17
- stepup-2.2.2/tests/examples/permissions_file_rerun/main.sh +0 -51
- stepup-2.2.2/tests/examples/permissions_plan_rerun/expected_graph1.txt +0 -45
- stepup-2.2.2/tests/examples/permissions_plan_rerun/expected_graph2.txt +0 -61
- stepup-2.2.2/tests/examples/permissions_plan_rerun/expected_stdout.txt +0 -28
- stepup-2.2.2/tests/examples/permissions_plan_rerun/main.sh +0 -47
- stepup-2.2.2/tests/examples/permissions_plan_rerun/sub/plan.py +0 -4
- stepup-2.2.2/tests/examples/permissions_plan_restart/expected_graph1.txt +0 -46
- stepup-2.2.2/tests/examples/permissions_plan_restart/expected_graph2.txt +0 -64
- stepup-2.2.2/tests/examples/permissions_plan_restart/expected_stdout1.txt +0 -20
- stepup-2.2.2/tests/examples/permissions_plan_restart/expected_stdout2.txt +0 -15
- stepup-2.2.2/tests/examples/permissions_plan_restart/main.sh +0 -58
- stepup-2.2.2/tests/examples/permissions_plan_restart/sub/plan.py +0 -4
- stepup-2.2.2/tests/examples/permissions_step_rerun/expected_graph1.txt +0 -38
- stepup-2.2.2/tests/examples/permissions_step_rerun/expected_graph2.txt +0 -38
- stepup-2.2.2/tests/examples/permissions_step_rerun/expected_stdout.txt +0 -25
- stepup-2.2.2/tests/examples/permissions_step_rerun/main.sh +0 -47
- stepup-2.2.2/tests/examples/permissions_step_rerun/plan.py +0 -5
- stepup-2.2.2/tests/examples/permissions_step_restart/expected_graph1.txt +0 -39
- stepup-2.2.2/tests/examples/permissions_step_restart/expected_graph2.txt +0 -40
- stepup-2.2.2/tests/examples/permissions_step_restart/expected_stdout1.txt +0 -19
- stepup-2.2.2/tests/examples/permissions_step_restart/expected_stdout2.txt +0 -13
- stepup-2.2.2/tests/examples/permissions_step_restart/main.sh +0 -56
- stepup-2.2.2/tests/examples/permissions_step_restart/plan.py +0 -5
- stepup-2.2.2/tests/examples/plan_inp/main.sh +0 -30
- stepup-2.2.2/tests/examples/plan_inp/sub/plan.py +0 -23
- stepup-2.2.2/tests/examples/pool/expected_graph.txt +0 -39
- stepup-2.2.2/tests/examples/pool/main.sh +0 -30
- stepup-2.2.2/tests/examples/pool/plan.py +0 -7
- stepup-2.2.2/tests/examples/pool_restart/expected_graph1.txt +0 -40
- stepup-2.2.2/tests/examples/pool_restart/expected_graph2.txt +0 -40
- stepup-2.2.2/tests/examples/pool_restart/expected_stdout1.txt +0 -11
- stepup-2.2.2/tests/examples/pool_restart/expected_stdout2.txt +0 -14
- stepup-2.2.2/tests/examples/pool_restart/main.sh +0 -54
- stepup-2.2.2/tests/examples/pool_restart/plan.py +0 -5
- stepup-2.2.2/tests/examples/recreate_elsewhere/expected_graph1.txt +0 -66
- stepup-2.2.2/tests/examples/recreate_elsewhere/expected_graph2.txt +0 -66
- stepup-2.2.2/tests/examples/recreate_elsewhere/expected_stdout1.txt +0 -13
- stepup-2.2.2/tests/examples/recreate_elsewhere/expected_stdout2.txt +0 -23
- stepup-2.2.2/tests/examples/recreate_elsewhere/main.sh +0 -56
- stepup-2.2.2/tests/examples/recreate_elsewhere/outer.py +0 -4
- stepup-2.2.2/tests/examples/recreate_elsewhere/plan.py +0 -5
- stepup-2.2.2/tests/examples/recreate_elsewhere/plan1.py +0 -5
- stepup-2.2.2/tests/examples/recreate_elsewhere/plan2.py +0 -5
- stepup-2.2.2/tests/examples/replay_deferred/expected_graph1.txt +0 -67
- stepup-2.2.2/tests/examples/replay_deferred/expected_graph2.txt +0 -65
- stepup-2.2.2/tests/examples/replay_deferred/expected_graph3.txt +0 -67
- stepup-2.2.2/tests/examples/replay_deferred/expected_stdout.txt +0 -25
- stepup-2.2.2/tests/examples/replay_deferred/main.sh +0 -61
- stepup-2.2.2/tests/examples/replay_deferred/plan1.py +0 -6
- stepup-2.2.2/tests/examples/replay_nglob/expected_graph1.txt +0 -64
- stepup-2.2.2/tests/examples/replay_nglob/expected_graph2.txt +0 -29
- stepup-2.2.2/tests/examples/replay_nglob/expected_graph3.txt +0 -64
- stepup-2.2.2/tests/examples/replay_nglob/expected_stdout.txt +0 -30
- stepup-2.2.2/tests/examples/replay_nglob/main.sh +0 -61
- stepup-2.2.2/tests/examples/replay_nglob/plan1.py +0 -5
- stepup-2.2.2/tests/examples/replay_static/expected_graph1.txt +0 -63
- stepup-2.2.2/tests/examples/replay_static/expected_graph2.txt +0 -29
- stepup-2.2.2/tests/examples/replay_static/expected_graph3.txt +0 -63
- stepup-2.2.2/tests/examples/replay_static/expected_stdout.txt +0 -30
- stepup-2.2.2/tests/examples/replay_static/main.sh +0 -61
- stepup-2.2.2/tests/examples/replay_static/plan1.py +0 -5
- stepup-2.2.2/tests/examples/reqdir_missing/expected_graph.txt +0 -55
- stepup-2.2.2/tests/examples/reqdir_missing/expected_stdout.txt +0 -22
- stepup-2.2.2/tests/examples/reqdir_missing/main.sh +0 -29
- stepup-2.2.2/tests/examples/reqdir_missing/plan.py +0 -4
- stepup-2.2.2/tests/examples/restart_add_missing/expected_graph1.txt +0 -47
- stepup-2.2.2/tests/examples/restart_add_missing/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/restart_add_missing/expected_graph3.txt +0 -48
- stepup-2.2.2/tests/examples/restart_add_missing/expected_stdout1.txt +0 -27
- stepup-2.2.2/tests/examples/restart_add_missing/expected_stdout2.txt +0 -20
- stepup-2.2.2/tests/examples/restart_add_missing/main.sh +0 -70
- stepup-2.2.2/tests/examples/restart_add_nglob/expected_graph1.txt +0 -23
- stepup-2.2.2/tests/examples/restart_add_nglob/expected_graph2.txt +0 -50
- stepup-2.2.2/tests/examples/restart_add_nglob/expected_graph3.txt +0 -76
- stepup-2.2.2/tests/examples/restart_add_nglob/expected_stdout1.txt +0 -9
- stepup-2.2.2/tests/examples/restart_add_nglob/expected_stdout2.txt +0 -15
- stepup-2.2.2/tests/examples/restart_add_nglob/expected_stdout3.txt +0 -15
- stepup-2.2.2/tests/examples/restart_add_nglob/main.sh +0 -82
- stepup-2.2.2/tests/examples/restart_blocked/expected_graph1.txt +0 -93
- stepup-2.2.2/tests/examples/restart_blocked/expected_graph2.txt +0 -92
- stepup-2.2.2/tests/examples/restart_blocked/expected_stdout1.txt +0 -16
- stepup-2.2.2/tests/examples/restart_blocked/expected_stdout2.txt +0 -20
- stepup-2.2.2/tests/examples/restart_blocked/main.sh +0 -57
- stepup-2.2.2/tests/examples/restart_blocked/plan_blocked.py +0 -7
- stepup-2.2.2/tests/examples/restart_blocked/plan_unblocked.py +0 -7
- stepup-2.2.2/tests/examples/restart_changes/.gitignore +0 -6
- stepup-2.2.2/tests/examples/restart_changes/expected_graph1.txt +0 -75
- stepup-2.2.2/tests/examples/restart_changes/expected_graph2.txt +0 -75
- stepup-2.2.2/tests/examples/restart_changes/expected_stdout1.txt +0 -13
- stepup-2.2.2/tests/examples/restart_changes/expected_stdout2.txt +0 -15
- stepup-2.2.2/tests/examples/restart_changes/main.sh +0 -66
- stepup-2.2.2/tests/examples/restart_changes/plan1.py +0 -11
- stepup-2.2.2/tests/examples/restart_changes/plan2.py +0 -11
- stepup-2.2.2/tests/examples/restart_deferred_glob/.gitignore +0 -7
- stepup-2.2.2/tests/examples/restart_deferred_glob/expected_graph1.txt +0 -62
- stepup-2.2.2/tests/examples/restart_deferred_glob/expected_graph2.txt +0 -62
- stepup-2.2.2/tests/examples/restart_deferred_glob/expected_graph3.txt +0 -62
- stepup-2.2.2/tests/examples/restart_deferred_glob/expected_stdout1.txt +0 -11
- stepup-2.2.2/tests/examples/restart_deferred_glob/expected_stdout2.txt +0 -10
- stepup-2.2.2/tests/examples/restart_deferred_glob/expected_stdout3.txt +0 -22
- stepup-2.2.2/tests/examples/restart_deferred_glob/main.sh +0 -88
- stepup-2.2.2/tests/examples/restart_delete_nglob/expected_graph1.txt +0 -109
- stepup-2.2.2/tests/examples/restart_delete_nglob/expected_graph2.txt +0 -67
- stepup-2.2.2/tests/examples/restart_delete_nglob/expected_graph3.txt +0 -24
- stepup-2.2.2/tests/examples/restart_delete_nglob/expected_stdout1.txt +0 -17
- stepup-2.2.2/tests/examples/restart_delete_nglob/expected_stdout2.txt +0 -15
- stepup-2.2.2/tests/examples/restart_delete_nglob/expected_stdout3.txt +0 -15
- stepup-2.2.2/tests/examples/restart_delete_nglob/main.sh +0 -92
- stepup-2.2.2/tests/examples/restart_failed/expected_graph1.txt +0 -47
- stepup-2.2.2/tests/examples/restart_failed/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/restart_failed/expected_stdout1.txt +0 -17
- stepup-2.2.2/tests/examples/restart_failed/expected_stdout2.txt +0 -18
- stepup-2.2.2/tests/examples/restart_failed/main.sh +0 -55
- stepup-2.2.2/tests/examples/restart_failed/plan.py +0 -5
- stepup-2.2.2/tests/examples/restart_fix_bug/expected_graph1.txt +0 -29
- stepup-2.2.2/tests/examples/restart_fix_bug/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/restart_fix_bug/expected_stdout1.txt +0 -17
- stepup-2.2.2/tests/examples/restart_fix_bug/expected_stdout2.txt +0 -15
- stepup-2.2.2/tests/examples/restart_fix_bug/main.sh +0 -58
- stepup-2.2.2/tests/examples/restart_fix_bug/plan1.py +0 -6
- stepup-2.2.2/tests/examples/restart_fix_bug/plan2.py +0 -6
- stepup-2.2.2/tests/examples/restart_input/expected_graph1.txt +0 -47
- stepup-2.2.2/tests/examples/restart_input/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/restart_input/expected_stdout1.txt +0 -11
- stepup-2.2.2/tests/examples/restart_input/expected_stdout2.txt +0 -13
- stepup-2.2.2/tests/examples/restart_input/main.sh +0 -56
- stepup-2.2.2/tests/examples/restart_input/plan.py +0 -5
- stepup-2.2.2/tests/examples/restart_mandatory/expected_graph1.txt +0 -39
- stepup-2.2.2/tests/examples/restart_mandatory/expected_graph2.txt +0 -60
- stepup-2.2.2/tests/examples/restart_mandatory/expected_stdout1.txt +0 -9
- stepup-2.2.2/tests/examples/restart_mandatory/expected_stdout2.txt +0 -22
- stepup-2.2.2/tests/examples/restart_mandatory/main.sh +0 -55
- stepup-2.2.2/tests/examples/restart_mandatory/plan1.py +0 -4
- stepup-2.2.2/tests/examples/restart_mandatory/plan2.py +0 -5
- stepup-2.2.2/tests/examples/restart_mode_change/expected_graph1.txt +0 -47
- stepup-2.2.2/tests/examples/restart_mode_change/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/restart_mode_change/expected_stdout1.txt +0 -11
- stepup-2.2.2/tests/examples/restart_mode_change/expected_stdout2.txt +0 -13
- stepup-2.2.2/tests/examples/restart_mode_change/main.sh +0 -58
- stepup-2.2.2/tests/examples/restart_nested/expected_graph1.txt +0 -126
- stepup-2.2.2/tests/examples/restart_nested/expected_graph2.txt +0 -86
- stepup-2.2.2/tests/examples/restart_nested/expected_stdout1.txt +0 -15
- stepup-2.2.2/tests/examples/restart_nested/expected_stdout2.txt +0 -16
- stepup-2.2.2/tests/examples/restart_nested/main.sh +0 -74
- stepup-2.2.2/tests/examples/restart_nested/plan.py +0 -9
- stepup-2.2.2/tests/examples/restart_nested/step1.py +0 -11
- stepup-2.2.2/tests/examples/restart_nested/step2.py +0 -8
- stepup-2.2.2/tests/examples/restart_nochanges/expected_graph1.txt +0 -78
- stepup-2.2.2/tests/examples/restart_nochanges/expected_graph2.txt +0 -78
- stepup-2.2.2/tests/examples/restart_nochanges/expected_stdout1.txt +0 -15
- stepup-2.2.2/tests/examples/restart_nochanges/expected_stdout2.txt +0 -10
- stepup-2.2.2/tests/examples/restart_nochanges/main.sh +0 -56
- stepup-2.2.2/tests/examples/restart_nochanges/plan.py +0 -11
- stepup-2.2.2/tests/examples/restart_orphan/expected_graph1.txt +0 -59
- stepup-2.2.2/tests/examples/restart_orphan/expected_graph2.txt +0 -59
- stepup-2.2.2/tests/examples/restart_orphan/expected_stdout1.txt +0 -13
- stepup-2.2.2/tests/examples/restart_orphan/expected_stdout2.txt +0 -10
- stepup-2.2.2/tests/examples/restart_orphan/main.sh +0 -54
- stepup-2.2.2/tests/examples/restart_orphan/plan.py +0 -5
- stepup-2.2.2/tests/examples/restart_outdated_amend/expected_graph1.txt +0 -69
- stepup-2.2.2/tests/examples/restart_outdated_amend/expected_graph2.txt +0 -69
- stepup-2.2.2/tests/examples/restart_outdated_amend/expected_stdout1.txt +0 -11
- stepup-2.2.2/tests/examples/restart_outdated_amend/expected_stdout2.txt +0 -23
- stepup-2.2.2/tests/examples/restart_outdated_amend/main.sh +0 -61
- stepup-2.2.2/tests/examples/restart_outdated_amend/plan.py +0 -6
- stepup-2.2.2/tests/examples/restart_output/expected_graph1.txt +0 -49
- stepup-2.2.2/tests/examples/restart_output/expected_graph2.txt +0 -49
- stepup-2.2.2/tests/examples/restart_output/expected_stdout1.txt +0 -11
- stepup-2.2.2/tests/examples/restart_output/expected_stdout2.txt +0 -24
- stepup-2.2.2/tests/examples/restart_output/main.sh +0 -53
- stepup-2.2.2/tests/examples/restart_queued/expected_graph1.txt +0 -68
- stepup-2.2.2/tests/examples/restart_queued/expected_graph2.txt +0 -68
- stepup-2.2.2/tests/examples/restart_queued/expected_graph3.txt +0 -68
- stepup-2.2.2/tests/examples/restart_queued/expected_stdout1.txt +0 -14
- stepup-2.2.2/tests/examples/restart_queued/expected_stdout2.txt +0 -29
- stepup-2.2.2/tests/examples/restart_queued/main.sh +0 -78
- stepup-2.2.2/tests/examples/restart_static_remove1/.gitignore +0 -6
- stepup-2.2.2/tests/examples/restart_static_remove1/expected_graph1.txt +0 -72
- stepup-2.2.2/tests/examples/restart_static_remove1/expected_graph2.txt +0 -48
- stepup-2.2.2/tests/examples/restart_static_remove1/expected_stdout1.txt +0 -13
- stepup-2.2.2/tests/examples/restart_static_remove1/expected_stdout2.txt +0 -20
- stepup-2.2.2/tests/examples/restart_static_remove1/main.sh +0 -58
- stepup-2.2.2/tests/examples/restart_static_remove1/plan1.py +0 -6
- stepup-2.2.2/tests/examples/restart_static_remove1/plan2.py +0 -5
- stepup-2.2.2/tests/examples/restart_static_remove2/expected_graph1.txt +0 -56
- stepup-2.2.2/tests/examples/restart_static_remove2/expected_graph2.txt +0 -40
- stepup-2.2.2/tests/examples/restart_static_remove2/expected_stdout1.txt +0 -11
- stepup-2.2.2/tests/examples/restart_static_remove2/expected_stdout2.txt +0 -23
- stepup-2.2.2/tests/examples/restart_static_remove2/main.sh +0 -58
- stepup-2.2.2/tests/examples/restart_static_remove2/plan1.py +0 -8
- stepup-2.2.2/tests/examples/restart_static_remove2/plan2.py +0 -4
- stepup-2.2.2/tests/examples/script_cases/expected_graph.txt +0 -132
- stepup-2.2.2/tests/examples/script_cases/expected_stdout.txt +0 -15
- stepup-2.2.2/tests/examples/script_cases/expected_step_info.json +0 -30
- stepup-2.2.2/tests/examples/script_cases/main.sh +0 -35
- stepup-2.2.2/tests/examples/script_cases/work.py +0 -34
- stepup-2.2.2/tests/examples/script_cases_run_import/expected_graph1.txt +0 -85
- stepup-2.2.2/tests/examples/script_cases_run_import/expected_graph2.txt +0 -85
- stepup-2.2.2/tests/examples/script_cases_run_import/expected_stdout1.txt +0 -15
- stepup-2.2.2/tests/examples/script_cases_run_import/expected_stdout2.txt +0 -15
- stepup-2.2.2/tests/examples/script_cases_run_import/main.sh +0 -60
- stepup-2.2.2/tests/examples/script_cases_settings/expected_graph.txt +0 -96
- stepup-2.2.2/tests/examples/script_cases_settings/expected_stdout.txt +0 -15
- stepup-2.2.2/tests/examples/script_cases_settings/main.sh +0 -31
- stepup-2.2.2/tests/examples/script_inp/expected_graph1.txt +0 -83
- stepup-2.2.2/tests/examples/script_inp/expected_graph2.txt +0 -83
- stepup-2.2.2/tests/examples/script_inp/expected_stdout1.txt +0 -15
- stepup-2.2.2/tests/examples/script_inp/expected_stdout2.txt +0 -19
- stepup-2.2.2/tests/examples/script_inp/main.sh +0 -58
- stepup-2.2.2/tests/examples/script_single/expected_graph.txt +0 -122
- stepup-2.2.2/tests/examples/script_single/expected_stdout.txt +0 -15
- stepup-2.2.2/tests/examples/script_single/expected_step_info.json +0 -15
- stepup-2.2.2/tests/examples/script_single/main.sh +0 -32
- stepup-2.2.2/tests/examples/script_single/plan.py +0 -6
- stepup-2.2.2/tests/examples/script_single/work/generate.py +0 -34
- stepup-2.2.2/tests/examples/script_single_run_import/expected_graph1.txt +0 -65
- stepup-2.2.2/tests/examples/script_single_run_import/expected_graph2.txt +0 -65
- stepup-2.2.2/tests/examples/script_single_run_import/expected_stdout1.txt +0 -13
- stepup-2.2.2/tests/examples/script_single_run_import/expected_stdout2.txt +0 -13
- stepup-2.2.2/tests/examples/script_single_run_import/main.sh +0 -56
- stepup-2.2.2/tests/examples/static/expected_graph.txt +0 -29
- stepup-2.2.2/tests/examples/static/expected_stdout.txt +0 -9
- stepup-2.2.2/tests/examples/static/main.sh +0 -28
- stepup-2.2.2/tests/examples/static_abs/expected_graph.txt +0 -48
- stepup-2.2.2/tests/examples/static_abs/expected_stdout.txt +0 -9
- stepup-2.2.2/tests/examples/static_abs/main.sh +0 -28
- stepup-2.2.2/tests/examples/static_dir/expected_graph.txt +0 -29
- stepup-2.2.2/tests/examples/static_dir/expected_stdout.txt +0 -9
- stepup-2.2.2/tests/examples/static_dir/main.sh +0 -31
- stepup-2.2.2/tests/examples/static_glob/expected_graph1.txt +0 -76
- stepup-2.2.2/tests/examples/static_glob/expected_graph2.txt +0 -76
- stepup-2.2.2/tests/examples/static_glob/expected_graph3.txt +0 -76
- stepup-2.2.2/tests/examples/static_glob/expected_stdout1.txt +0 -23
- stepup-2.2.2/tests/examples/static_glob/expected_stdout2.txt +0 -17
- stepup-2.2.2/tests/examples/static_glob/main.sh +0 -86
- stepup-2.2.2/tests/examples/static_nglob/expected_graph1.txt +0 -303
- stepup-2.2.2/tests/examples/static_nglob/expected_graph2.txt +0 -303
- stepup-2.2.2/tests/examples/static_nglob/expected_stdout.txt +0 -65
- stepup-2.2.2/tests/examples/static_nglob/main.sh +0 -111
- stepup-2.2.2/tests/examples/static_nglob/plan.py +0 -26
- stepup-2.2.2/tests/examples/static_nglob_partial/expected_graph1.txt +0 -66
- stepup-2.2.2/tests/examples/static_nglob_partial/expected_graph2.txt +0 -101
- stepup-2.2.2/tests/examples/static_nglob_partial/expected_graph3.txt +0 -73
- stepup-2.2.2/tests/examples/static_nglob_partial/expected_graph4.txt +0 -129
- stepup-2.2.2/tests/examples/static_nglob_partial/expected_stdout1.txt +0 -27
- stepup-2.2.2/tests/examples/static_nglob_partial/expected_stdout2.txt +0 -18
- stepup-2.2.2/tests/examples/static_nglob_partial/main.sh +0 -101
- stepup-2.2.2/tests/examples/static_nglob_partial/plan.py +0 -10
- stepup-2.2.2/tests/examples/static_nglob_recursive/expected_graph.txt +0 -58
- stepup-2.2.2/tests/examples/static_nglob_recursive/expected_stdout.txt +0 -16
- stepup-2.2.2/tests/examples/static_nglob_recursive/main.sh +0 -27
- stepup-2.2.2/tests/examples/static_nglob_subdir/expected_graph1.txt +0 -96
- stepup-2.2.2/tests/examples/static_nglob_subdir/expected_graph2.txt +0 -123
- stepup-2.2.2/tests/examples/static_nglob_subdir/expected_stdout1.txt +0 -15
- stepup-2.2.2/tests/examples/static_nglob_subdir/expected_stdout2.txt +0 -15
- stepup-2.2.2/tests/examples/static_nglob_subdir/main.sh +0 -68
- stepup-2.2.2/tests/examples/subdir/expected_graph.txt +0 -101
- stepup-2.2.2/tests/examples/subdir/expected_stdout.txt +0 -27
- stepup-2.2.2/tests/examples/subdir/main.sh +0 -30
- stepup-2.2.2/tests/examples/subdir/sub/plan.py +0 -18
- stepup-2.2.2/tests/examples/translate_external/expected_graph.txt +0 -86
- stepup-2.2.2/tests/examples/translate_external/expected_stdout.txt +0 -13
- stepup-2.2.2/tests/examples/translate_external/main.sh +0 -29
- stepup-2.2.2/tests/examples/translate_external/projects/work/plan.py +0 -6
- stepup-2.2.2/tests/examples/wait_first/expected_graph1.txt +0 -47
- stepup-2.2.2/tests/examples/wait_first/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/wait_first/expected_stdout.txt +0 -17
- stepup-2.2.2/tests/examples/wait_first/main.sh +0 -48
- stepup-2.2.2/tests/examples/watch_add_missing/expected_graph1.txt +0 -47
- stepup-2.2.2/tests/examples/watch_add_missing/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/watch_add_missing/expected_graph3.txt +0 -47
- stepup-2.2.2/tests/examples/watch_add_missing/expected_stdout.txt +0 -33
- stepup-2.2.2/tests/examples/watch_add_missing/main.sh +0 -63
- stepup-2.2.2/tests/examples/watch_amended/expected_graph1.txt +0 -56
- stepup-2.2.2/tests/examples/watch_amended/expected_graph2.txt +0 -56
- stepup-2.2.2/tests/examples/watch_amended/expected_graph3.txt +0 -56
- stepup-2.2.2/tests/examples/watch_amended/expected_graph4.txt +0 -56
- stepup-2.2.2/tests/examples/watch_amended/expected_stdout.txt +0 -38
- stepup-2.2.2/tests/examples/watch_amended/main.sh +0 -72
- stepup-2.2.2/tests/examples/watch_amended/plan.py +0 -5
- stepup-2.2.2/tests/examples/watch_awaited/expected_graph1.txt +0 -45
- stepup-2.2.2/tests/examples/watch_awaited/expected_graph2.txt +0 -45
- stepup-2.2.2/tests/examples/watch_awaited/expected_stdout.txt +0 -34
- stepup-2.2.2/tests/examples/watch_awaited/main.sh +0 -38
- stepup-2.2.2/tests/examples/watch_blocked/expected_graph1.txt +0 -93
- stepup-2.2.2/tests/examples/watch_blocked/expected_graph2.txt +0 -92
- stepup-2.2.2/tests/examples/watch_blocked/expected_stdout.txt +0 -29
- stepup-2.2.2/tests/examples/watch_blocked/main.sh +0 -47
- stepup-2.2.2/tests/examples/watch_blocked/plan_blocked.py +0 -7
- stepup-2.2.2/tests/examples/watch_blocked/plan_unblocked.py +0 -7
- stepup-2.2.2/tests/examples/watch_boot/expected_graph1.txt +0 -56
- stepup-2.2.2/tests/examples/watch_boot/expected_graph2.txt +0 -56
- stepup-2.2.2/tests/examples/watch_boot/expected_stdout.txt +0 -24
- stepup-2.2.2/tests/examples/watch_boot/main.sh +0 -46
- stepup-2.2.2/tests/examples/watch_boot/plan1.py +0 -5
- stepup-2.2.2/tests/examples/watch_boot/plan2.py +0 -5
- stepup-2.2.2/tests/examples/watch_chain/expected_graph1.txt +0 -106
- stepup-2.2.2/tests/examples/watch_chain/expected_graph2.txt +0 -106
- stepup-2.2.2/tests/examples/watch_chain/expected_stdout.txt +0 -30
- stepup-2.2.2/tests/examples/watch_chain/main.sh +0 -50
- stepup-2.2.2/tests/examples/watch_chain/plan.py +0 -13
- stepup-2.2.2/tests/examples/watch_chain/use_config.py +0 -19
- stepup-2.2.2/tests/examples/watch_failed/expected_graph1.txt +0 -47
- stepup-2.2.2/tests/examples/watch_failed/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/watch_failed/expected_stdout.txt +0 -28
- stepup-2.2.2/tests/examples/watch_failed/main.sh +0 -44
- stepup-2.2.2/tests/examples/watch_failed/plan.py +0 -5
- stepup-2.2.2/tests/examples/watch_input/expected_graph1.txt +0 -47
- stepup-2.2.2/tests/examples/watch_input/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/watch_input/expected_graph3.txt +0 -47
- stepup-2.2.2/tests/examples/watch_input/expected_stdout.txt +0 -32
- stepup-2.2.2/tests/examples/watch_input/main.sh +0 -50
- stepup-2.2.2/tests/examples/watch_input/plan.py +0 -5
- stepup-2.2.2/tests/examples/watch_mandatory/expected_graph1.txt +0 -39
- stepup-2.2.2/tests/examples/watch_mandatory/expected_graph2.txt +0 -57
- stepup-2.2.2/tests/examples/watch_mandatory/expected_stdout.txt +0 -19
- stepup-2.2.2/tests/examples/watch_mandatory/main.sh +0 -45
- stepup-2.2.2/tests/examples/watch_mandatory/plan1.py +0 -4
- stepup-2.2.2/tests/examples/watch_mandatory/plan2.py +0 -5
- stepup-2.2.2/tests/examples/watch_middle/expected_graph1.txt +0 -65
- stepup-2.2.2/tests/examples/watch_middle/expected_graph2.txt +0 -65
- stepup-2.2.2/tests/examples/watch_middle/expected_graph3.txt +0 -65
- stepup-2.2.2/tests/examples/watch_middle/expected_stdout.txt +0 -39
- stepup-2.2.2/tests/examples/watch_middle/main.sh +0 -57
- stepup-2.2.2/tests/examples/watch_middle/plan1.py +0 -6
- stepup-2.2.2/tests/examples/watch_middle/plan2.py +0 -6
- stepup-2.2.2/tests/examples/watch_mixed/expected_graph1.txt +0 -65
- stepup-2.2.2/tests/examples/watch_mixed/expected_graph2.txt +0 -61
- stepup-2.2.2/tests/examples/watch_mixed/expected_stdout.txt +0 -32
- stepup-2.2.2/tests/examples/watch_mixed/main.sh +0 -43
- stepup-2.2.2/tests/examples/watch_mixed/plan_full.py +0 -6
- stepup-2.2.2/tests/examples/watch_mixed/plan_trimmed.py +0 -4
- stepup-2.2.2/tests/examples/watch_mode_change/expected_graph1.txt +0 -47
- stepup-2.2.2/tests/examples/watch_mode_change/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/watch_mode_change/expected_stdout.txt +0 -17
- stepup-2.2.2/tests/examples/watch_mode_change/main.sh +0 -47
- stepup-2.2.2/tests/examples/watch_move_dir_simple/expected_graph1.txt +0 -63
- stepup-2.2.2/tests/examples/watch_move_dir_simple/expected_graph2.txt +0 -63
- stepup-2.2.2/tests/examples/watch_move_dir_simple/expected_graph3.txt +0 -63
- stepup-2.2.2/tests/examples/watch_move_dir_simple/expected_stdout.txt +0 -36
- stepup-2.2.2/tests/examples/watch_move_dir_simple/main.sh +0 -58
- stepup-2.2.2/tests/examples/watch_move_dir_simple/plan.py +0 -5
- stepup-2.2.2/tests/examples/watch_nochanges/expected_graph1.txt +0 -47
- stepup-2.2.2/tests/examples/watch_nochanges/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/watch_nochanges/expected_stdout.txt +0 -16
- stepup-2.2.2/tests/examples/watch_nochanges/main.sh +0 -43
- stepup-2.2.2/tests/examples/watch_nochanges/plan.py +0 -5
- stepup-2.2.2/tests/examples/watch_outdated_amend1/expected_graph1.txt +0 -69
- stepup-2.2.2/tests/examples/watch_outdated_amend1/expected_graph2.txt +0 -69
- stepup-2.2.2/tests/examples/watch_outdated_amend1/expected_stdout.txt +0 -27
- stepup-2.2.2/tests/examples/watch_outdated_amend1/main.sh +0 -52
- stepup-2.2.2/tests/examples/watch_outdated_amend1/plan.py +0 -6
- stepup-2.2.2/tests/examples/watch_outdated_amend2/expected_graph1.txt +0 -106
- stepup-2.2.2/tests/examples/watch_outdated_amend2/expected_graph2.txt +0 -106
- stepup-2.2.2/tests/examples/watch_outdated_amend2/expected_stdout.txt +0 -47
- stepup-2.2.2/tests/examples/watch_outdated_amend2/main.sh +0 -58
- stepup-2.2.2/tests/examples/watch_outdated_amend2/plan.py +0 -8
- stepup-2.2.2/tests/examples/watch_output/expected_graph1.txt +0 -47
- stepup-2.2.2/tests/examples/watch_output/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/watch_output/expected_stdout.txt +0 -17
- stepup-2.2.2/tests/examples/watch_output/main.sh +0 -44
- stepup-2.2.2/tests/examples/watch_static_remove1/.gitignore +0 -6
- stepup-2.2.2/tests/examples/watch_static_remove1/expected_graph1.txt +0 -72
- stepup-2.2.2/tests/examples/watch_static_remove1/expected_graph2.txt +0 -47
- stepup-2.2.2/tests/examples/watch_static_remove1/expected_stdout.txt +0 -21
- stepup-2.2.2/tests/examples/watch_static_remove1/main.sh +0 -49
- stepup-2.2.2/tests/examples/watch_static_remove1/plan1.py +0 -6
- stepup-2.2.2/tests/examples/watch_static_remove1/plan2.py +0 -5
- stepup-2.2.2/tests/examples/watch_static_remove2/expected_graph1.txt +0 -56
- stepup-2.2.2/tests/examples/watch_static_remove2/expected_graph2.txt +0 -38
- stepup-2.2.2/tests/examples/watch_static_remove2/expected_stdout.txt +0 -22
- stepup-2.2.2/tests/examples/watch_static_remove2/main.sh +0 -49
- stepup-2.2.2/tests/examples/watch_static_remove2/plan1.py +0 -8
- stepup-2.2.2/tests/examples/watch_static_remove2/plan2.py +0 -4
- stepup-2.2.2/tests/examples/watch_volatile/expected_graph1.txt +0 -38
- stepup-2.2.2/tests/examples/watch_volatile/expected_graph2.txt +0 -38
- stepup-2.2.2/tests/examples/watch_volatile/expected_stdout.txt +0 -14
- stepup-2.2.2/tests/examples/watch_volatile/main.sh +0 -38
- stepup-2.2.2/tests/examples/watch_volatile/plan.py +0 -4
- stepup-2.2.2/tests/examples/watch_wanted/expected_graph1.txt +0 -75
- stepup-2.2.2/tests/examples/watch_wanted/expected_graph2.txt +0 -75
- stepup-2.2.2/tests/examples/watch_wanted/expected_graph3.txt +0 -29
- stepup-2.2.2/tests/examples/watch_wanted/expected_stdout.txt +0 -63
- stepup-2.2.2/tests/examples/watch_wanted/main.sh +0 -71
- stepup-2.2.2/tests/examples/watch_wanted/plan1.py +0 -8
- stepup-2.2.2/tests/examples/whitespace/.gitignore +0 -5
- stepup-2.2.2/tests/examples/whitespace/expected_graph.txt +0 -108
- stepup-2.2.2/tests/examples/whitespace/expected_stdout.txt +0 -17
- stepup-2.2.2/tests/examples/whitespace/main.sh +0 -32
- stepup-2.2.2/tests/examples/whitespace/poor plan.py +0 -7
- stepup-2.2.2/tests/examples/whitespace/script is cool.py +0 -17
- stepup-2.2.2/tests/examples/workdir/expected_graph.txt +0 -54
- stepup-2.2.2/tests/examples/workdir/expected_stdout.txt +0 -11
- stepup-2.2.2/tests/examples/workdir/main.sh +0 -29
- stepup-2.2.2/tests/examples/workdir/plan.py +0 -9
- stepup-2.2.2/tests/test_basics.py +0 -234
- stepup-2.2.2/tests/test_cascade.py +0 -778
- stepup-2.2.2/tests/test_cleanup.py +0 -75
- stepup-2.2.2/tests/test_examples.py +0 -205
- stepup-2.2.2/tests/test_scheduler.py +0 -250
- stepup-2.2.2/tests/test_script.py +0 -78
- stepup-2.2.2/tests/test_stepinfo.py +0 -190
- stepup-2.2.2/tests/test_utils.py +0 -218
- stepup-2.2.2/tests/test_workflow.py +0 -2421
- {stepup-2.2.2 → stepup-3.0.0}/.deepsource.toml +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/.editorconfig +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/.github/scripts/extract-notes.sh +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/.github/workflows/mkdocs.yaml +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/.github/workflows/pytest.yaml +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/.github/workflows/release.yaml +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/.vscode/settings.json +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/LICENSE +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/README.md +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/amending_static_inputs/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/amending_static_inputs/config.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/amending_static_inputs/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/amending_steps/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/amending_steps/step.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/blocked_steps/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/cyclic_dependencies/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/cyclic_dependencies/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/environment_variables/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/here_and_root/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/here_and_root/source/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/here_and_root/source/sub/example.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/here_and_root/source/sub/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/introduction.md +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/optional_steps/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/optional_steps/generate.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/optional_steps/matplotlibrc +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/optional_steps/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/optional_steps/plot.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/pools/.gitignore +0 -0
- {stepup-2.2.2/docs/advanced_topics/variable_substitution → stepup-3.0.0/docs/advanced_topics/render_jinja}/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/static_deferred_glob/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/static_deferred_glob/bar.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/static_deferred_glob/foo.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/static_named_glob/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/static_named_glob/ch1/sec1_1_introduction.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/static_named_glob/ch1/sec1_2_objectives.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/static_named_glob/ch1/unused.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/static_named_glob/ch2/sec2_1_mathematical_requisites.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/static_named_glob/ch2/sec2_2_theory.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/static_named_glob/ch3/sec3_1_applications.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/static_named_glob/ch3/sec3_2_discussion.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/static_named_glob/ch4/sec4_1_summary.txt +0 -0
- {stepup-2.2.2/docs/getting_started/distributed_plans → stepup-3.0.0/docs/advanced_topics/variable_substitution}/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/variable_substitution/dst_foo.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/variable_substitution/src_foo.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/variable_substitution/step.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/advanced_topics/volatile_outputs/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/clean_stdout.sed +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/call/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/call/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/call/wavegen.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/copy_mkdir/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/dependencies/.gitignore +0 -0
- {stepup-2.2.2/docs/getting_started/first_step → stepup-3.0.0/docs/getting_started/distributed_plans}/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/distributed_plans/part1.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/distributed_plans/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/distributed_plans/sub/part2.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/distributed_plans.md +0 -0
- {stepup-2.2.2/docs/getting_started/script_multiple → stepup-3.0.0/docs/getting_started/first_runpy}/.gitignore +0 -0
- {stepup-2.2.2/docs/getting_started/workdir → stepup-3.0.0/docs/getting_started/first_step}/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/introduction.md +0 -0
- {stepup-2.2.2/tests/examples/no_plan → stepup-3.0.0/docs/getting_started/load_namespace}/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/no_rules/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/no_rules/lower1.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/no_rules/lower2.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/processes.svg +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/script_multiple/ebbr.csv +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/script_multiple/ebos.csv +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/script_multiple/matplotlibrc +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/script_multiple/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/script_multiple/plot.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/script_single/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/script_single/config.json +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/script_single/generate.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/script_single/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/static_files/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/static_files/limerick.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/static_glob/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/static_glob/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/static_glob/src/bar.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/static_glob/src/foo.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/static_glob_conditional/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/static_glob_conditional/dataset/bigfile.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/static_glob_conditional/expensive.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/workdir/out/.keep +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/getting_started/workdir/out/hello.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/installation.md +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/license.md +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/reference/stepup.core.call.md +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/reference/stepup.core.nglob.md +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/reference/stepup.core.script.md +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/reference/stepup.core.stepinfo.md +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/docs/run_example.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/overrides/main.html +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/setup.cfg +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/stepup/core/__init__.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/stepup/core/deferred_glob.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/stepup/core/enums.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/stepup/core/exceptions.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/stepup/core/hash.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/stepup/core/nglob.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/stepup.egg-info/dependency_links.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/stepup.egg-info/top_level.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/core_common.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/echo_server_socket.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/echo_server_stdio.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/absolute/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/absolute/README.md → /stepup-3.0.0/tests/examples/absolute/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/amend/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/amend/README.md → /stepup-3.0.0/tests/examples/amend/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/amend/inp1.txt +0 -0
- /stepup-2.2.2/tests/examples/amend/step.py → /stepup-3.0.0/tests/examples/amend/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/amend_delay/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/amend_delay/README.md → /stepup-3.0.0/tests/examples/amend_delay/README.txt +0 -0
- /stepup-2.2.2/tests/examples/amend_delay/step.py → /stepup-3.0.0/tests/examples/amend_delay/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/amend_delete_both/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/amend_delete_both/README.md → /stepup-3.0.0/tests/examples/amend_delete_both/README.txt +0 -0
- /stepup-2.2.2/tests/examples/amend_delete_both/step.py → /stepup-3.0.0/tests/examples/amend_delete_both/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/amend_env_vars/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/amend_env_vars/README.md → /stepup-3.0.0/tests/examples/amend_env_vars/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/amend_env_vars/foo.txt +0 -0
- /stepup-2.2.2/tests/examples/amend_env_vars/step.py → /stepup-3.0.0/tests/examples/amend_env_vars/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/amend_missing/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/amend_missing/README.md → /stepup-3.0.0/tests/examples/amend_missing/README.txt +0 -0
- /stepup-2.2.2/tests/examples/amend_missing/step.py → /stepup-3.0.0/tests/examples/amend_missing/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/amend_outdir_pending/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/amend_outdir_pending/README.md → /stepup-3.0.0/tests/examples/amend_outdir_pending/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/amend_outdir_pending/demo.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/amend_self_static/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/amend_self_static/step.py → /stepup-3.0.0/tests/examples/amend_self_static/work.py +0 -0
- {stepup-2.2.2/tests/examples/amend_validate → stepup-3.0.0/tests/examples/amend_validate1}/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/amend_validate/README.md → /stepup-3.0.0/tests/examples/amend_validate1/README.txt +0 -0
- {stepup-2.2.2/tests/examples/amend_validate → stepup-3.0.0/tests/examples/amend_validate1}/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/amend_voldir_pending/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/amend_voldir_pending/README.md → /stepup-3.0.0/tests/examples/amend_voldir_pending/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/amend_voldir_pending/demo.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_chain/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/call_chain/README.md → /stepup-3.0.0/tests/examples/call_chain/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_chain/add.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_chain/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_chain/square.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_chain/square_out.auto +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_import/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/call_import/README.md → /stepup-3.0.0/tests/examples/call_import/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_import/helper1.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_import/helper2.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_import/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_import/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_inp_out/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_inp_out/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_inp_out/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_inp_out/special.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_json_pickle/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/call_json_pickle/README.md → /stepup-3.0.0/tests/examples/call_json_pickle/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_json_pickle/join.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_json_pickle/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_json_pickle/write.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_kwargs_return/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/call_kwargs_return/README.md → /stepup-3.0.0/tests/examples/call_kwargs_return/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_kwargs_return/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_minimal/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/call_minimal/README.md → /stepup-3.0.0/tests/examples/call_minimal/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_minimal/example.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_minimal/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_not_json/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/call_not_json/README.md → /stepup-3.0.0/tests/examples/call_not_json/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_not_json/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_not_json/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_out/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/call_out/README.md → /stepup-3.0.0/tests/examples/call_out/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_out/generate.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_out/plan.py +0 -0
- {stepup-2.2.2/tests/examples/cyclic_static → stepup-3.0.0/tests/examples/call_out_multi}/.gitignore +0 -0
- {stepup-2.2.2/tests/examples/call_out → stepup-3.0.0/tests/examples/call_out_multi}/expected_graph.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_pickle/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_pickle/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_pickle/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_prefix/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/call_prefix/README.md → /stepup-3.0.0/tests/examples/call_prefix/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_prefix/add.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_prefix/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_subdir/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/call_subdir/README.md → /stepup-3.0.0/tests/examples/call_subdir/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_subdir/data/repeat_single_inp.json +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_subdir/data/repeate_single_inp.json +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_subdir/data/single.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_subdir/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/call_subdir/scripts/repeat.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_after/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/clean_after/README.md → /stepup-3.0.0/tests/examples/clean_after/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_after/expected_cleanup.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_awaited1/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/clean_awaited1/README.md → /stepup-3.0.0/tests/examples/clean_awaited1/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_awaited1/expected_cleanup.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_awaited1/hello.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_awaited1/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_awaited2/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/clean_awaited2/README.md → /stepup-3.0.0/tests/examples/clean_awaited2/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_awaited2/expected_cleanup.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_awaited2/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_changed/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/clean_changed/README.md → /stepup-3.0.0/tests/examples/clean_changed/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_changed/expected_cleanup.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_dir/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/clean_dir/README.md → /stepup-3.0.0/tests/examples/clean_dir/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_dir/expected_cleanup.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_dir_static/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/clean_dir_static/README.md → /stepup-3.0.0/tests/examples/clean_dir_static/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_dir_static/expected_cleanup.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_dir_static/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_dir_static/sub/inp.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_drained_scheduler/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/clean_drained_scheduler/README.md → /stepup-3.0.0/tests/examples/clean_drained_scheduler/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_drained_scheduler/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_nonexisting/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/clean_nonexisting/README.md → /stepup-3.0.0/tests/examples/clean_nonexisting/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/clean_nonexisting/expected_cleanup.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/cyclic_dynamic/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/cyclic_dynamic/README.md → /stepup-3.0.0/tests/examples/cyclic_dynamic/README.txt +0 -0
- /stepup-2.2.2/tests/examples/cyclic_static/README.md → /stepup-3.0.0/tests/examples/cyclic_static/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/cyclic_static/inp1.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/cyclic_static/inp2.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/cyclic_static/work1.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/cyclic_static/work2.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_amend/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/deferred_dir_amend/README.md → /stepup-3.0.0/tests/examples/deferred_dir_amend/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_amend/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/deferred_dir_glob/README.md → /stepup-3.0.0/tests/examples/deferred_dir_glob/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/data/part1/bar.inp +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/data/part1/bar.out +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/data/part1/foo.inp +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/data/part1/foo.out +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/data/part2/bar.inp +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/data/part2/bar.out +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/data/part2/foo.inp +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/data/part2/foo.out +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/data/part2/sub/other.inp +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/data/part2/sub/other.out +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/data/top.inp +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/data/top.out +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/expected_inp.json +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/expected_out.json +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_glob/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_static/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/deferred_dir_static/README.md → /stepup-3.0.0/tests/examples/deferred_dir_static/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_static/given1/inp.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_static/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_dir_step/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/deferred_dir_step/README.md → /stepup-3.0.0/tests/examples/deferred_dir_step/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_glob1/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/deferred_glob1/README.md → /stepup-3.0.0/tests/examples/deferred_glob1/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_glob1/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_glob1/static/data1.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_glob1/static/data2.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_glob1/static/sub/bar.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_glob1/static/sub/foo.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_glob2/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/deferred_glob2/README.md → /stepup-3.0.0/tests/examples/deferred_glob2/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_glob2/plan1.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_glob2/plan2.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_glob2/static/data1.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_glob2/static/data2.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_glob2/static/sub/bar.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_glob2/static/sub/foo.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_nonexisting_dir/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/deferred_nonexisting_dir/README.md → /stepup-3.0.0/tests/examples/deferred_nonexisting_dir/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_nonexisting_dir/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_subdir/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/deferred_subdir/README.md → /stepup-3.0.0/tests/examples/deferred_subdir/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_subdir/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_subdir/sub/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_subdir/sub/unused.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/deferred_subdir/sub/used.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/env_vars/README.md → /stepup-3.0.0/tests/examples/env_vars/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars/expected_variables1.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars/expected_variables2.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars/expected_variables3.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars/expected_variables4.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars/expected_variables5.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars/printvars.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars/variables1.json +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars/variables2.json +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars_amend/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/env_vars_amend/README.md → /stepup-3.0.0/tests/examples/env_vars_amend/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars_amend/demovars.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars_multi/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/env_vars_multi/README.md → /stepup-3.0.0/tests/examples/env_vars_multi/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars_multi/bar/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars_multi/foo/inp.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars_multi/inp.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars_multi/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars_path/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars_path/FOO.txt +0 -0
- /stepup-2.2.2/tests/examples/env_vars_path/README.md → /stepup-3.0.0/tests/examples/env_vars_path/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars_subs/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/env_vars_subs/README.md → /stepup-3.0.0/tests/examples/env_vars_subs/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars_subs/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars_subs/sub/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars_workdir/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/env_vars_workdir/README.md → /stepup-3.0.0/tests/examples/env_vars_workdir/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/env_vars_workdir/sub/input.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/error_cyclic_late/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/error_cyclic_late/README.md → /stepup-3.0.0/tests/examples/error_cyclic_late/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/error_deferred_nonexisting/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/error_deferred_nonexisting/README.md → /stepup-3.0.0/tests/examples/error_deferred_nonexisting/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/error_env_var/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/error_env_var/README.md → /stepup-3.0.0/tests/examples/error_env_var/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/error_main_fails/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/error_main_fails/README.md → /stepup-3.0.0/tests/examples/error_main_fails/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/error_main_fails/plan2.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/error_not_executable/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/error_not_executable/README.md → /stepup-3.0.0/tests/examples/error_not_executable/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/error_overlap_deferred/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/error_overlap_deferred/README.md → /stepup-3.0.0/tests/examples/error_overlap_deferred/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/error_static_dir/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/error_static_dir/README.md → /stepup-3.0.0/tests/examples/error_static_dir/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/error_static_dir/subdir/.keep +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/error_step/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/error_step/README.md → /stepup-3.0.0/tests/examples/error_step/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/external_sources/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/external_sources/README.md → /stepup-3.0.0/tests/examples/external_sources/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/external_sources/pkgs/helper1.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/external_sources/pkgs/helper2.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/external_sources/project/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/external_sources/project/worker.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/getinfo/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/getinfo/README.md → /stepup-3.0.0/tests/examples/getinfo/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/getinfo/inp1.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/getinfo/sub/inp0.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/here/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/here/README.md → /stepup-3.0.0/tests/examples/here/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/here/source/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/here/source/www/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/input_check_changed/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/input_check_changed/README.md → /stepup-3.0.0/tests/examples/input_check_changed/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/input_check_changed/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/input_check_deleted/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/input_check_deleted/README.md → /stepup-3.0.0/tests/examples/input_check_deleted/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/input_check_deleted/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/input_check_three/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/input_check_three/README.md → /stepup-3.0.0/tests/examples/input_check_three/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/input_check_three/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/input_check_two/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/input_check_two/README.md → /stepup-3.0.0/tests/examples/input_check_two/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/input_check_two/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/makedirs/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/makedirs/README.md → /stepup-3.0.0/tests/examples/makedirs/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/mkdir/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/mkdir/README.md → /stepup-3.0.0/tests/examples/mkdir/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/mkdir/exists/.keep +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/mkdir_error/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/mkdir_error/README.md → /stepup-3.0.0/tests/examples/mkdir_error/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/mkdir_error/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/no_data/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/no_data/README.md → /stepup-3.0.0/tests/examples/no_data/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/no_data/original.txt +0 -0
- /stepup-2.2.2/tests/examples/no_plan/README.md → /stepup-3.0.0/tests/examples/no_plan/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/no_plan/expected_stdout.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/no_shebang/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/no_shebang/README.md → /stepup-3.0.0/tests/examples/no_shebang/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/no_static/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/no_static/README.md → /stepup-3.0.0/tests/examples/no_static/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/not_cyclic/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/not_cyclic/README.md → /stepup-3.0.0/tests/examples/not_cyclic/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/not_cyclic/input.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/not_cyclic/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_amend/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/optional_amend/README.md → /stepup-3.0.0/tests/examples/optional_amend/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_amend/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_amend_twice/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/optional_amend_twice/README.md → /stepup-3.0.0/tests/examples/optional_amend_twice/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_amend_twice/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_chain/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/optional_chain/README.md → /stepup-3.0.0/tests/examples/optional_chain/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_change/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/optional_change/README.md → /stepup-3.0.0/tests/examples/optional_change/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_change/hop1.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_change/plan1.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_change/plan2.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_change_sub/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/optional_change_sub/README.md → /stepup-3.0.0/tests/examples/optional_change_sub/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_change_sub/hop1.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_change_sub/plan1.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_change_sub/plan2.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_change_sub/sub/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_cleanup/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/optional_cleanup/README.md → /stepup-3.0.0/tests/examples/optional_cleanup/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_cleanup/expected_cleanup.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_convert/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/optional_convert/README.md → /stepup-3.0.0/tests/examples/optional_convert/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_convert/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_convert/raw1.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_convert/raw2.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_convert/raw3.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/optional_convert/raw4.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/output_not_created/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/output_not_created/README.md → /stepup-3.0.0/tests/examples/output_not_created/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/pending/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/pending/README.md → /stepup-3.0.0/tests/examples/pending/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/pending_cleanup/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/pending_cleanup/README.md → /stepup-3.0.0/tests/examples/pending_cleanup/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/pending_cleanup/expected_cleanup.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/pending_nested/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/pending_nested/README.md → /stepup-3.0.0/tests/examples/pending_nested/README.txt +0 -0
- /stepup-2.2.2/tests/examples/pending_nested/step3.py → /stepup-3.0.0/tests/examples/pending_nested/work3.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/permissions_file_rerun/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/permissions_file_rerun/README.md → /stepup-3.0.0/tests/examples/permissions_file_rerun/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/permissions_file_rerun/input.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/permissions_file_rerun/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/permissions_plan_rerun/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/permissions_plan_rerun/README.md → /stepup-3.0.0/tests/examples/permissions_plan_rerun/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/permissions_plan_rerun/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/permissions_plan_restart/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/permissions_plan_restart/README.md → /stepup-3.0.0/tests/examples/permissions_plan_restart/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/permissions_plan_restart/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/permissions_step_rerun/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/permissions_step_rerun/README.md → /stepup-3.0.0/tests/examples/permissions_step_rerun/README.txt +0 -0
- /stepup-2.2.2/tests/examples/permissions_step_rerun/step.py → /stepup-3.0.0/tests/examples/permissions_step_rerun/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/permissions_step_restart/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/permissions_step_restart/README.md → /stepup-3.0.0/tests/examples/permissions_step_restart/README.txt +0 -0
- /stepup-2.2.2/tests/examples/permissions_step_restart/step.py → /stepup-3.0.0/tests/examples/permissions_step_restart/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/plan_inp/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/plan_inp/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/plan_inp/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/plan_inp/sub/inp.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/pool/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/pool/README.md → /stepup-3.0.0/tests/examples/pool/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/pool/r.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/pool_restart/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/pool_restart/README.md → /stepup-3.0.0/tests/examples/pool_restart/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/recreate_elsewhere/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/recreate_elsewhere/README.md → /stepup-3.0.0/tests/examples/recreate_elsewhere/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/recreate_elsewhere/inner.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/replay_deferred/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/replay_deferred/README.md → /stepup-3.0.0/tests/examples/replay_deferred/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/replay_deferred/plan2.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/replay_deferred/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/replay_nglob/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/replay_nglob/README.md → /stepup-3.0.0/tests/examples/replay_nglob/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/replay_nglob/plan2.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/replay_nglob/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/replay_static/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/replay_static/README.md → /stepup-3.0.0/tests/examples/replay_static/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/replay_static/plan2.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/replay_static/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/reqdir_missing/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/reqdir_missing/README.md → /stepup-3.0.0/tests/examples/reqdir_missing/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_add_missing/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/restart_add_missing/README.md → /stepup-3.0.0/tests/examples/restart_add_missing/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_add_missing/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_add_nglob/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/restart_add_nglob/README.md → /stepup-3.0.0/tests/examples/restart_add_nglob/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_add_nglob/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_blocked/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/restart_blocked/README.md → /stepup-3.0.0/tests/examples/restart_blocked/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_blocked/expensive.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_blocked/initial.txt +0 -0
- /stepup-2.2.2/tests/examples/restart_changes/README.md → /stepup-3.0.0/tests/examples/restart_changes/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_changes/source1.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_changes/source2.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_changes/source_both.txt +0 -0
- /stepup-2.2.2/tests/examples/restart_deferred_glob/README.md → /stepup-3.0.0/tests/examples/restart_deferred_glob/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_deferred_glob/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_delete_nglob/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/restart_delete_nglob/README.md → /stepup-3.0.0/tests/examples/restart_delete_nglob/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_delete_nglob/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_failed/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/restart_failed/README.md → /stepup-3.0.0/tests/examples/restart_failed/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_failed/line.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_fix_bug/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/restart_fix_bug/README.md → /stepup-3.0.0/tests/examples/restart_fix_bug/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_input/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_mandatory/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/restart_mandatory/README.md → /stepup-3.0.0/tests/examples/restart_mandatory/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_mode_change/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_mode_change/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_mode_change/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_nested/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/restart_nested/README.md → /stepup-3.0.0/tests/examples/restart_nested/README.txt +0 -0
- /stepup-2.2.2/tests/examples/restart_nested/step3.py → /stepup-3.0.0/tests/examples/restart_nested/work3.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_nochanges/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/restart_nochanges/README.md → /stepup-3.0.0/tests/examples/restart_nochanges/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_orphan/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/restart_orphan/README.md → /stepup-3.0.0/tests/examples/restart_orphan/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_outdated_amend/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/restart_outdated_amend/README.md → /stepup-3.0.0/tests/examples/restart_outdated_amend/README.txt +0 -0
- /stepup-2.2.2/tests/examples/restart_outdated_amend/step.py → /stepup-3.0.0/tests/examples/restart_outdated_amend/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_output/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/restart_output/README.md → /stepup-3.0.0/tests/examples/restart_output/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_output/original.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_output/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_queued/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/restart_queued/README.md → /stepup-3.0.0/tests/examples/restart_queued/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_queued/plan.py +0 -0
- /stepup-2.2.2/tests/examples/restart_static_remove1/README.md → /stepup-3.0.0/tests/examples/restart_static_remove1/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/restart_static_remove2/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/restart_static_remove2/README.md → /stepup-3.0.0/tests/examples/restart_static_remove2/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_cases/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/script_cases/README.md → /stepup-3.0.0/tests/examples/script_cases/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_cases/helper.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_cases/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_cases_run_import/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/script_cases_run_import/README.md → /stepup-3.0.0/tests/examples/script_cases_run_import/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_cases_run_import/helper1.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_cases_run_import/helper2.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_cases_run_import/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_cases_run_import/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_cases_settings/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/script_cases_settings/README.md → /stepup-3.0.0/tests/examples/script_cases_settings/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_cases_settings/helper.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_cases_settings/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_cases_settings/settings.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_cases_settings/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_inp/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_inp/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_inp/config1.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_inp/config2.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_inp/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_inp/script.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_single/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/script_single/README.md → /stepup-3.0.0/tests/examples/script_single/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_single/work/config.json +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_single_run_import/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/script_single_run_import/README.md → /stepup-3.0.0/tests/examples/script_single_run_import/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_single_run_import/helper1.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_single_run_import/helper2.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_single_run_import/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/script_single_run_import/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/static/README.md → /stepup-3.0.0/tests/examples/static/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static/original.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_abs/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/static_abs/README.md → /stepup-3.0.0/tests/examples/static_abs/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_abs/original.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_abs/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_dir/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/static_dir/README.md → /stepup-3.0.0/tests/examples/static_dir/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_dir/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_glob/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/static_glob/README.md → /stepup-3.0.0/tests/examples/static_glob/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_glob/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/static_nglob/README.md → /stepup-3.0.0/tests/examples/static_nglob/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob/ch-1-intro/sec-1-1-blabla.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob/ch-1-intro/sec-1-2-some-more.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob/ch-2-theory/sec-2-1-basics.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob/ch-3-conclusions/sec-3-1-summary.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob/ch-3-conclusions/sec-3-2-outlook.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob/sec-2-2.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob_partial/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/static_nglob_partial/README.md → /stepup-3.0.0/tests/examples/static_nglob_partial/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob_recursive/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/static_nglob_recursive/README.md → /stepup-3.0.0/tests/examples/static_nglob_recursive/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob_recursive/data/sub/test3.xyz +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob_recursive/data/test1.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob_recursive/data/test2.dat +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob_recursive/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob_subdir/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/static_nglob_subdir/README.md → /stepup-3.0.0/tests/examples/static_nglob_subdir/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob_subdir/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob_subdir/sub/inp1.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob_subdir/sub/inp2.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/static_nglob_subdir/sub/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/subdir/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/subdir/README.md → /stepup-3.0.0/tests/examples/subdir/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/subdir/example.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/subdir/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/translate_external/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/translate_external/README.md → /stepup-3.0.0/tests/examples/translate_external/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/translate_external/common/script.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/wait_first/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/wait_first/README.md → /stepup-3.0.0/tests/examples/wait_first/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/wait_first/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_add_missing/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_add_missing/README.md → /stepup-3.0.0/tests/examples/watch_add_missing/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_add_missing/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_amended/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_amended/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_amended/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_awaited/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_awaited/README.md → /stepup-3.0.0/tests/examples/watch_awaited/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_awaited/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_blocked/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_blocked/README.md → /stepup-3.0.0/tests/examples/watch_blocked/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_blocked/expensive.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_blocked/initial.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_boot/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_boot/README.md → /stepup-3.0.0/tests/examples/watch_boot/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_chain/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_chain/README.md → /stepup-3.0.0/tests/examples/watch_chain/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_chain/config1.json +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_chain/config2.json +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_failed/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_failed/README.md → /stepup-3.0.0/tests/examples/watch_failed/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_failed/line.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_input/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_input/README.md → /stepup-3.0.0/tests/examples/watch_input/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_input/first.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_input/second.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_mandatory/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_mandatory/README.md → /stepup-3.0.0/tests/examples/watch_mandatory/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_middle/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_middle/README.md → /stepup-3.0.0/tests/examples/watch_middle/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_middle/original.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_mixed/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_mixed/README.md → /stepup-3.0.0/tests/examples/watch_mixed/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_mixed/backup.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_mode_change/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_mode_change/README.md → /stepup-3.0.0/tests/examples/watch_mode_change/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_mode_change/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_move_dir_simple/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_move_dir_simple/README.md → /stepup-3.0.0/tests/examples/watch_move_dir_simple/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_nochanges/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_nochanges/README.md → /stepup-3.0.0/tests/examples/watch_nochanges/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_nochanges/input.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_outdated_amend1/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_outdated_amend1/README.md → /stepup-3.0.0/tests/examples/watch_outdated_amend1/README.txt +0 -0
- /stepup-2.2.2/tests/examples/watch_outdated_amend1/step.py → /stepup-3.0.0/tests/examples/watch_outdated_amend1/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_outdated_amend2/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_outdated_amend2/README.md → /stepup-3.0.0/tests/examples/watch_outdated_amend2/README.txt +0 -0
- /stepup-2.2.2/tests/examples/watch_outdated_amend2/step.py → /stepup-3.0.0/tests/examples/watch_outdated_amend2/work.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_output/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_output/README.md → /stepup-3.0.0/tests/examples/watch_output/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_output/input.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_output/plan.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_output/second.txt +0 -0
- /stepup-2.2.2/tests/examples/watch_static_remove1/README.md → /stepup-3.0.0/tests/examples/watch_static_remove1/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_static_remove2/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_static_remove2/README.md → /stepup-3.0.0/tests/examples/watch_static_remove2/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_volatile/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_volatile/README.md → /stepup-3.0.0/tests/examples/watch_volatile/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_wanted/.gitignore +0 -0
- /stepup-2.2.2/tests/examples/watch_wanted/README.md → /stepup-3.0.0/tests/examples/watch_wanted/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/watch_wanted/plan2.py +0 -0
- /stepup-2.2.2/tests/examples/whitespace/README NOW.md → /stepup-3.0.0/tests/examples/whitespace/README NOW.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/whitespace/call is cool.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/workdir/.gitignore +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/workdir/README.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/examples/workdir/sub/inp.txt +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/test_hash.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/test_nglob.py +0 -0
- {stepup-2.2.2 → stepup-3.0.0}/tests/test_rpc.py +0 -0
stepup-3.0.0/.gitignore
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Local dev environment
|
|
2
|
+
.envrc
|
|
3
|
+
.idea
|
|
4
|
+
.local
|
|
5
|
+
tmp
|
|
6
|
+
site/
|
|
7
|
+
venv/
|
|
8
|
+
.venv/
|
|
9
|
+
.ruff_cache
|
|
10
|
+
.pytest_cache
|
|
11
|
+
notes.md
|
|
12
|
+
|
|
13
|
+
# Python and packaging
|
|
14
|
+
__pycache__
|
|
15
|
+
*.egg-info
|
|
16
|
+
dist
|
|
17
|
+
build
|
|
18
|
+
_version.py
|
|
19
|
+
|
|
20
|
+
# StepUp Core specifics
|
|
21
|
+
docs/.stepup
|
|
22
|
+
|
|
23
|
+
# Temporary files
|
|
24
|
+
*.swp
|
|
25
|
+
|
|
26
|
+
# NodeJS (for markdownlint)
|
|
27
|
+
node_modules/
|
|
28
|
+
package-lock.json
|
|
29
|
+
package.json
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
repos:
|
|
2
|
+
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
3
|
+
rev: v5.0.0
|
|
4
|
+
hooks:
|
|
5
|
+
- id: check-added-large-files
|
|
6
|
+
- id: check-ast
|
|
7
|
+
- id: check-case-conflict
|
|
8
|
+
- id: check-executables-have-shebangs
|
|
9
|
+
- id: check-json
|
|
10
|
+
- id: check-merge-conflict
|
|
11
|
+
- id: check-symlinks
|
|
12
|
+
- id: check-toml
|
|
13
|
+
- id: check-vcs-permalinks
|
|
14
|
+
- id: debug-statements
|
|
15
|
+
- id: detect-private-key
|
|
16
|
+
- id: destroyed-symlinks
|
|
17
|
+
- id: end-of-file-fixer
|
|
18
|
+
- id: fix-byte-order-marker
|
|
19
|
+
- id: mixed-line-ending
|
|
20
|
+
- id: pretty-format-json
|
|
21
|
+
args: ["--autofix", "--no-sort-keys"]
|
|
22
|
+
- id: trailing-whitespace
|
|
23
|
+
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
|
24
|
+
rev: v1.5.5
|
|
25
|
+
hooks:
|
|
26
|
+
- id: remove-crlf
|
|
27
|
+
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
28
|
+
rev: v0.8.4
|
|
29
|
+
hooks:
|
|
30
|
+
- id: ruff-format
|
|
31
|
+
- id: ruff
|
|
32
|
+
args: ["--fix", "--show-fixes"]
|
|
33
|
+
- repo: https://github.com/DavidAnson/markdownlint-cli2
|
|
34
|
+
rev: v0.17.2
|
|
35
|
+
hooks:
|
|
36
|
+
- id: markdownlint-cli2
|
|
37
|
+
require_serial: true
|
|
38
|
+
- repo: https://github.com/python-jsonschema/check-jsonschema
|
|
39
|
+
rev: 0.30.0
|
|
40
|
+
hooks:
|
|
41
|
+
- id: check-github-workflows
|
stepup-3.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: stepup
|
|
3
|
+
Version: 3.0.0
|
|
4
|
+
Summary: StepUp Core provides the basic framework for the StepUp build tool
|
|
5
|
+
Author-email: Toon Verstraelen <toon.verstraelen@ugent.be>
|
|
6
|
+
Project-URL: Documentation, https://reproducible-reporting.github.io/stepup-core/
|
|
7
|
+
Project-URL: Issues, https://github.com/reproducible-reporting/stepup-core/issues
|
|
8
|
+
Project-URL: Source, https://github.com/reproducible-reporting/stepup-core/
|
|
9
|
+
Project-URL: Changelog, https://reproducible-reporting.github.io/stepup-core/changelog/
|
|
10
|
+
Classifier: Development Status :: 4 - Beta
|
|
11
|
+
Classifier: Environment :: Console
|
|
12
|
+
Classifier: Intended Audience :: Education
|
|
13
|
+
Classifier: Intended Audience :: Science/Research
|
|
14
|
+
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
15
|
+
Classifier: Natural Language :: English
|
|
16
|
+
Classifier: Operating System :: POSIX
|
|
17
|
+
Classifier: Operating System :: MacOS
|
|
18
|
+
Classifier: Programming Language :: Python :: 3
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
22
|
+
Classifier: Topic :: Software Development :: Build Tools
|
|
23
|
+
Requires-Python: >=3.11
|
|
24
|
+
Description-Content-Type: text/markdown
|
|
25
|
+
License-File: LICENSE
|
|
26
|
+
Requires-Dist: asyncinotify>=4.0.9
|
|
27
|
+
Requires-Dist: attrs>=22.1.0
|
|
28
|
+
Requires-Dist: jinja2>=3.1.6
|
|
29
|
+
Requires-Dist: parse>=1.19.1
|
|
30
|
+
Requires-Dist: path>=16.14.0
|
|
31
|
+
Requires-Dist: pyyaml>=6.0
|
|
32
|
+
Requires-Dist: rich>=13.0.0
|
|
33
|
+
Provides-Extra: dev
|
|
34
|
+
Requires-Dist: psutil; extra == "dev"
|
|
35
|
+
Requires-Dist: pytest; extra == "dev"
|
|
36
|
+
Requires-Dist: pytest-asyncio>=0.24; extra == "dev"
|
|
37
|
+
Requires-Dist: pytest-xdist; extra == "dev"
|
|
38
|
+
Requires-Dist: mike; extra == "dev"
|
|
39
|
+
Requires-Dist: mkdocs; extra == "dev"
|
|
40
|
+
Requires-Dist: mkdocstrings[python]; extra == "dev"
|
|
41
|
+
Requires-Dist: mkdocs-macros-plugin; extra == "dev"
|
|
42
|
+
Requires-Dist: mkdocs-material; extra == "dev"
|
|
43
|
+
Requires-Dist: numpy; extra == "dev"
|
|
44
|
+
Requires-Dist: matplotlib; extra == "dev"
|
|
45
|
+
Dynamic: license-file
|
|
46
|
+
|
|
47
|
+
<!-- markdownlint-disable line-length -->
|
|
48
|
+
|
|
49
|
+
# StepUp Core
|
|
50
|
+
|
|
51
|
+
[](https://github.com/reproducible-reporting/stepup-core/actions/workflows/release.yaml)
|
|
52
|
+
[](https://github.com/reproducible-reporting/stepup-core/actions/workflows/pytest.yaml)
|
|
53
|
+
[](https://github.com/reproducible-reporting/stepup-core/actions/workflows/mkdocs.yaml)
|
|
54
|
+
[](https://pypi.org/project/stepup/)
|
|
55
|
+

|
|
56
|
+

|
|
57
|
+
[](https://www.codefactor.io/repository/github/reproducible-reporting/stepup-core)
|
|
58
|
+
[](https://app.deepsource.com/gh/reproducible-reporting/stepup-core/)
|
|
59
|
+
|
|
60
|
+
StepUp is a simple, powerful and universal build tool.
|
|
61
|
+
StepUp Core provides the basic framework for StepUp, without any domain-specific features.
|
|
62
|
+
|
|
63
|
+
For more information, consult the
|
|
64
|
+
[documentation](http://reproducible-reporting.github.io/stepup-core).
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# Asciinema Recordings for StepUp
|
|
2
|
+
|
|
3
|
+
This directory contains autocast inputs for automated Asciinema recordings of the StepUp demos.
|
|
4
|
+
They allow for an easy reproduction and update of the recordings.
|
|
5
|
+
|
|
6
|
+
Note that Asciinema version 2.x is required for the recordings to work.
|
|
7
|
+
|
|
8
|
+
## Installation of requirements
|
|
9
|
+
|
|
10
|
+
1. Install [autocast](https://github.com/k9withabone/autocast)
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
cargo install autocast
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
Ensure that the `~/.cargo/bin` directory is in your `PATH`.
|
|
17
|
+
|
|
18
|
+
2. Install [Asciinema](https://asciinema.org/)
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
sudo dnf install asciinema
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## Recording of the template repository
|
|
25
|
+
|
|
26
|
+
Create the recording with the following command:
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
./template-runall.sh
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Set the thumbnail frame to 5 seconds.
|
|
33
|
+
|
|
34
|
+
Description for Asciinema recording:
|
|
35
|
+
|
|
36
|
+
```markdown
|
|
37
|
+
- First, StepUp is started with 4 workers
|
|
38
|
+
to complete the steps in the RepRep publication template from scratch.
|
|
39
|
+
- After the build has completed, the file `generate.py` is modified,
|
|
40
|
+
whose output is used in a matplotlib plot created by `plot.py`,
|
|
41
|
+
whose output is included in a LaTeX document, etc.
|
|
42
|
+
- Stepup sees the changes.
|
|
43
|
+
As soon as the user presses `r`,
|
|
44
|
+
StepUp executes the necessary steps to rebuild all artifacts
|
|
45
|
+
that are (indirectly) affected by the change in `generate.py`.
|
|
46
|
+
- Finally, the user presses `q` to exit StepUp.
|
|
47
|
+
|
|
48
|
+
See [StepUp RepRep documentation](https://reproducible-reporting.github.io/stepup-reprep/) for more details.
|
|
49
|
+
|
|
50
|
+
(This recording was created with StepUp Core 3.0.0 and StepUp RepRep 3.0.0)
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Recording of the documentation examples
|
|
54
|
+
|
|
55
|
+
Create the recording with the following command:
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
./template-runall.sh
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
Set the thumbnail frame to 5 seconds.
|
|
62
|
+
|
|
63
|
+
Description for Asciinema:
|
|
64
|
+
|
|
65
|
+
```markdown
|
|
66
|
+
This a simple example use case to give a quick visual impression of the terminal user interface of StepUp.
|
|
67
|
+
|
|
68
|
+
See [StepUp Core documentation](https://reproducible-reporting.github.io/stepup-core/) for more details.
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
## Recording for the interactive tutorial
|
|
72
|
+
|
|
73
|
+
Create the recording with the following command:
|
|
74
|
+
|
|
75
|
+
```bash
|
|
76
|
+
./interactive-runall.sh
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
Set the thumbnail frame to 10 seconds.
|
|
80
|
+
|
|
81
|
+
Description for Asciinema:
|
|
82
|
+
|
|
83
|
+
```markdown
|
|
84
|
+
This a simple demonstration of the interactive use of StepUp.
|
|
85
|
+
|
|
86
|
+
See StepUp Core tutorial [getting_started/interactive_usage/](https://reproducible-reporting.github.io/stepup-core/getting_started/interactive_usage/)
|
|
87
|
+
```
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
|
|
3
|
+
ASCIINEMA=${PWD}
|
|
4
|
+
DOCS=${PWD}/../docs/
|
|
5
|
+
|
|
6
|
+
# Go to right location and prepare
|
|
7
|
+
cd $DOCS
|
|
8
|
+
rm -rf .stepup
|
|
9
|
+
|
|
10
|
+
# Start recording
|
|
11
|
+
autocast ${ASCIINEMA}/docs-autocast.yaml ${ASCIINEMA}/docs.cast --overwrite
|
|
12
|
+
|
|
13
|
+
cd ${ASCIINEMA}
|
|
14
|
+
|
|
15
|
+
# Remove trailing prompt
|
|
16
|
+
sed -e :a -e '$d;N;2,3ba' -e 'P;D' -i docs.cast
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
"""Insert markers into asciinema recordings"""
|
|
3
|
+
|
|
4
|
+
import argparse
|
|
5
|
+
import json
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def main():
|
|
9
|
+
parser = argparse.ArgumentParser(description="Insert markers into asciinema recordings")
|
|
10
|
+
parser.add_argument("inp_file", help="Input asciinema file")
|
|
11
|
+
parser.add_argument("marker_file", help="Markers file to insert")
|
|
12
|
+
parser.add_argument("out_file", help="Output asciinema file")
|
|
13
|
+
args = parser.parse_args()
|
|
14
|
+
|
|
15
|
+
# Load the markers
|
|
16
|
+
with open(args.marker_file) as fm:
|
|
17
|
+
markers = [json.loads(line) for line in fm]
|
|
18
|
+
markers.sort(key=lambda x: x[0])
|
|
19
|
+
|
|
20
|
+
with open(args.inp_file) as fi, open(args.out_file, "w") as fo:
|
|
21
|
+
for line in fi:
|
|
22
|
+
record = json.loads(line)
|
|
23
|
+
if len(markers) > 0 and isinstance(record, list) and record[0] > markers[0][0]:
|
|
24
|
+
print(json.dumps(markers.pop(0)), file=fo)
|
|
25
|
+
print(line, end="", file=fo)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
if __name__ == "__main__":
|
|
29
|
+
main()
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
settings:
|
|
2
|
+
title: StepUp RepRep 3 Demonstration for the tutorial on interactive use
|
|
3
|
+
width: 80
|
|
4
|
+
height: 24
|
|
5
|
+
shell:
|
|
6
|
+
program: /usr/bin/sh
|
|
7
|
+
prompt: "$ "
|
|
8
|
+
line_split: ' \'
|
|
9
|
+
quit_command: exit
|
|
10
|
+
|
|
11
|
+
instructions:
|
|
12
|
+
- !Interactive
|
|
13
|
+
command: stepup boot -n 2 -w
|
|
14
|
+
keys:
|
|
15
|
+
- 9s
|
|
16
|
+
- '?'
|
|
17
|
+
- 5s
|
|
18
|
+
- r
|
|
19
|
+
- 9s
|
|
20
|
+
- r
|
|
21
|
+
- 3s
|
|
22
|
+
- q
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
|
|
3
|
+
ASCIINEMA=${PWD}
|
|
4
|
+
TUTORIAL=${PWD}/../docs/getting_started/static_glob/
|
|
5
|
+
|
|
6
|
+
# Go to right location and prepare
|
|
7
|
+
cd $TUTORIAL
|
|
8
|
+
rm -rf .stepup
|
|
9
|
+
git restore src/
|
|
10
|
+
|
|
11
|
+
# Change src/foo.txt with 6 second delay
|
|
12
|
+
(sleep 6; echo 'The contents of foo have changed.' > src/foo.txt) &
|
|
13
|
+
|
|
14
|
+
# Add src/spam.txt with 20 second delay
|
|
15
|
+
(sleep 20; echo 'This is spam!' > src/spam.txt) &
|
|
16
|
+
|
|
17
|
+
# Start recording
|
|
18
|
+
autocast ${ASCIINEMA}/interactive-autocast.yaml ${ASCIINEMA}/interactive-orig.cast --overwrite
|
|
19
|
+
|
|
20
|
+
# Undo changes
|
|
21
|
+
git restore src/
|
|
22
|
+
rm src/spam.txt
|
|
23
|
+
|
|
24
|
+
# Merge with markers
|
|
25
|
+
cd ${ASCIINEMA}
|
|
26
|
+
./insert_markers.py interactive-orig.cast interactive-markers.cast interactive.cast
|
|
27
|
+
|
|
28
|
+
# Remove trailing prompt
|
|
29
|
+
sed -e :a -e '$d;N;2,3ba' -e 'P;D' -i interactive.cast
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
settings:
|
|
2
|
+
title: StepUp RepRep 3 Demonstration on the template repository
|
|
3
|
+
width: 80
|
|
4
|
+
height: 24
|
|
5
|
+
shell:
|
|
6
|
+
program: /usr/bin/sh
|
|
7
|
+
prompt: "$ "
|
|
8
|
+
line_split: ' \'
|
|
9
|
+
quit_command: exit
|
|
10
|
+
|
|
11
|
+
instructions:
|
|
12
|
+
- !Interactive
|
|
13
|
+
command: stepup boot -n 4 -w
|
|
14
|
+
keys:
|
|
15
|
+
- 18s
|
|
16
|
+
- r
|
|
17
|
+
- 10s
|
|
18
|
+
- q
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
|
|
3
|
+
ASCIINEMA=${PWD}
|
|
4
|
+
TEMPLATE=${PWD}/../../nobackup/plain-pip/
|
|
5
|
+
|
|
6
|
+
# Go to right location and prepare
|
|
7
|
+
cd $TEMPLATE
|
|
8
|
+
source .envrc
|
|
9
|
+
cd latest-draft
|
|
10
|
+
rm -rf .stepup
|
|
11
|
+
sed -e 's/x + shift/x - shift/' -i results-example/generate.py
|
|
12
|
+
|
|
13
|
+
# Change generate.py with 13 second delay
|
|
14
|
+
(sleep 13; sed -e 's/x - shift/x + shift/' -i results-example/generate.py) &
|
|
15
|
+
|
|
16
|
+
# Start recording
|
|
17
|
+
autocast ${ASCIINEMA}/template-autocast.yaml ${ASCIINEMA}/template-orig.cast --overwrite
|
|
18
|
+
|
|
19
|
+
# Merge with markers
|
|
20
|
+
cd ${ASCIINEMA}
|
|
21
|
+
./insert_markers.py template-orig.cast template-markers.cast template.cast
|
|
22
|
+
|
|
23
|
+
# Remove trailing prompt
|
|
24
|
+
sed -e :a -e '$d;N;2,3ba' -e 'P;D' -i template.cast
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
DIRECTOR │ Listening on /tmp/stepup-########/director (StepUp 3.0.0)
|
|
2
|
+
STARTUP │ (Re)initialized boot script
|
|
3
|
+
DIRECTOR │ Launched worker 0
|
|
4
|
+
PHASE │ run
|
|
5
|
+
START │ runpy ./plan.py
|
|
6
|
+
SUCCESS │ runpy ./plan.py
|
|
7
|
+
─────────────────────────────── Standard output ────────────────────────────────
|
|
8
|
+
This is a config file.
|
|
9
|
+
────────────────────────────────────────────────────────────────────────────────
|
|
10
|
+
DIRECTOR │ Trying to delete 0 outdated output(s)
|
|
11
|
+
DIRECTOR │ Stopping workers
|
|
12
|
+
DIRECTOR │ See you!
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Amending Static Inputs
|
|
2
|
+
|
|
3
|
+
Occasionally, it may be convenient to declare a static file and then use it as input in the same script.
|
|
4
|
+
As of StepUp 1.2.0, this is allowed and no longer treated as a cyclic dependency.
|
|
5
|
+
|
|
6
|
+
## Example
|
|
7
|
+
|
|
8
|
+
Create the following `plan.py`, which declares a static file, amends it as input,
|
|
9
|
+
and then opens it to print it to the standard output.
|
|
10
|
+
|
|
11
|
+
```python
|
|
12
|
+
{% include 'advanced_topics/amending_static_inputs/plan.py' %}
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
Also create a `config.txt` file with some contents.
|
|
16
|
+
|
|
17
|
+
In more realistic scenarios, `config.txt` may be used to decide which steps to add etc.
|
|
18
|
+
For a more elaborate example, take a look at the
|
|
19
|
+
[`plan.py`](https://github.com/reproducible-reporting/stepup-core/blob/main/docs/plan.py)
|
|
20
|
+
that is used to run all tutorial examples.
|
|
21
|
+
|
|
22
|
+
Make `plan.py` executable and run it as follows:
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
chmod +x plan.py
|
|
26
|
+
stepup boot -n 1
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
You should get the following terminal output:
|
|
30
|
+
|
|
31
|
+
```text
|
|
32
|
+
{% include 'advanced_topics/amending_static_inputs/stdout.txt' %}
|
|
33
|
+
```
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
from stepup.core.api import runsh, static
|
|
3
|
+
|
|
4
|
+
static("step.py")
|
|
5
|
+
runsh("./step.py", inp=["step.py", "sources.txt"])
|
|
6
|
+
runsh("echo input.txt > ${out}", out="sources.txt")
|
|
7
|
+
runsh("echo You better read this. > input.txt", out="input.txt", optional=True)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
DIRECTOR │ Listening on /tmp/stepup-########/director (StepUp 3.0.0)
|
|
2
|
+
STARTUP │ (Re)initialized boot script
|
|
3
|
+
DIRECTOR │ Launched worker 0
|
|
4
|
+
PHASE │ run
|
|
5
|
+
START │ runpy ./plan.py
|
|
6
|
+
SUCCESS │ runpy ./plan.py
|
|
7
|
+
START │ runsh echo input.txt > sources.txt
|
|
8
|
+
SUCCESS │ runsh echo input.txt > sources.txt
|
|
9
|
+
START │ runsh ./step.py
|
|
10
|
+
RESCHEDULE │ runsh ./step.py
|
|
11
|
+
──────────────── Rescheduling due to unavailable amended inputs ────────────────
|
|
12
|
+
Missing inputs and/or required directories:
|
|
13
|
+
input.txt
|
|
14
|
+
────────────────────────────────────────────────────────────────────────────────
|
|
15
|
+
START │ runsh echo You better read this. > input.txt
|
|
16
|
+
SUCCESS │ runsh echo You better read this. > input.txt
|
|
17
|
+
START │ runsh ./step.py
|
|
18
|
+
SUCCESS │ runsh ./step.py
|
|
19
|
+
─────────────────────────────── Standard output ────────────────────────────────
|
|
20
|
+
Contents of input.txt:
|
|
21
|
+
You better read this.
|
|
22
|
+
────────────────────────────────────────────────────────────────────────────────
|
|
23
|
+
DIRECTOR │ Trying to delete 0 outdated output(s)
|
|
24
|
+
WARNING │ Check logs: .stepup/warning.log
|
|
25
|
+
DIRECTOR │ Stopping workers
|
|
26
|
+
DIRECTOR │ See you!
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# Amending Steps
|
|
2
|
+
|
|
3
|
+
Every step in StepUp can inform the director process of additional inputs
|
|
4
|
+
or environment variables it uses, or of additional (volatile) outputs it creates.
|
|
5
|
+
However, defining an amended input will fail
|
|
6
|
+
when that file is not yet built nor known as a static file.
|
|
7
|
+
In this case, the step wil exit early
|
|
8
|
+
and will be rescheduled by the director process when the amended input becomes available.
|
|
9
|
+
|
|
10
|
+
The [`amend()`][stepup.core.api.amend] function implements this feature
|
|
11
|
+
and is convenient in various scenarios:
|
|
12
|
+
|
|
13
|
+
- This is particularly useful when a step uses input files that refer to other input files.
|
|
14
|
+
It may happen that some of these other input files still need to be generated by other steps.
|
|
15
|
+
Once built, the other inputs may again refer to more input files, etc.
|
|
16
|
+
Such dependencies cannot be discovered in advance,
|
|
17
|
+
simply because not all inputs are available before running the steps that generate them.
|
|
18
|
+
(This is a common scenario when writing LaTeX documents of which parts are generated by scripts.)
|
|
19
|
+
|
|
20
|
+
- Another use case is that some steps may take their default configuration
|
|
21
|
+
from environment variables if some command-line options are missing.
|
|
22
|
+
In this case, `amend()` can be used to specify the environment variables used.
|
|
23
|
+
|
|
24
|
+
- Some steps may produce a list of volatile outputs, some of which are difficult to know upfront.
|
|
25
|
+
One may specify such volatile outputs with `amend()` after they have been created.
|
|
26
|
+
|
|
27
|
+
To use `amend()` effectively, use it as early as possible,
|
|
28
|
+
before accessing additional input files or creating unforeseen output files.
|
|
29
|
+
Also, try to amend as many possible step arguments in a single call.
|
|
30
|
+
This will avoid the following problems:
|
|
31
|
+
|
|
32
|
+
- Trying to read from a file that hasn't been created yet.
|
|
33
|
+
|
|
34
|
+
- Unintentionally overwriting a file, e.g. a STATIC file that you have written by hand.
|
|
35
|
+
|
|
36
|
+
- Performing unnecessary work
|
|
37
|
+
(because a call to amend may mean that the step is interrupted and restarted later).
|
|
38
|
+
This is particularly important when the step is time-consuming
|
|
39
|
+
or when it uses `stepup.core.api` functions to extend the workflow.
|
|
40
|
+
|
|
41
|
+
- Rescheduling a step multiple times.
|
|
42
|
+
|
|
43
|
+
To the best of our knowledge, there is no equivalent of `amend()` in other build tools.
|
|
44
|
+
Some features in Ninja cover what can be achieved with `amend()`.
|
|
45
|
+
|
|
46
|
+
## Example
|
|
47
|
+
|
|
48
|
+
Example source files: [`docs/advanced_topics/amending_steps/`](https://github.com/reproducible-reporting/stepup-core/tree/main/docs/advanced_topics/amending_steps)
|
|
49
|
+
|
|
50
|
+
This example intentionally creates a simple scenario with an amended input.
|
|
51
|
+
This is a somewhat silly example to illustrate the concept.
|
|
52
|
+
You may achieve the same result without amending,
|
|
53
|
+
because you have full control over all scripts in the example.
|
|
54
|
+
|
|
55
|
+
Create the following `plan.py`,
|
|
56
|
+
where the first step is a script that will discover it needs an additional input.
|
|
57
|
+
|
|
58
|
+
```python
|
|
59
|
+
{% include 'advanced_topics/amending_steps/plan.py' %}
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
In addition, create a file `input.txt`
|
|
63
|
+
with some arbitrary contents and the following `step.py` script:
|
|
64
|
+
|
|
65
|
+
```python
|
|
66
|
+
{% include 'advanced_topics/amending_steps/step.py' %}
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
Make the scripts executable and fire up StepUp to see how it deals with the amended input:
|
|
70
|
+
|
|
71
|
+
```bash
|
|
72
|
+
chmod +x step.py plan.py
|
|
73
|
+
stepup boot -n 1
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
You should get the following terminal output:
|
|
77
|
+
|
|
78
|
+
```text
|
|
79
|
+
{% include 'advanced_topics/amending_steps/stdout.txt' %}
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
The output shows that `./step.py` first stops early due to the missing file `input.txt`.
|
|
83
|
+
Once this required input becomes clear,
|
|
84
|
+
StepUp schedules the optional step to generate the requested input.
|
|
85
|
+
Later, StepUp runs `./step.py` again.
|
|
86
|
+
|
|
87
|
+
## Try the Following
|
|
88
|
+
|
|
89
|
+
- Run StepUp again without making any changes.
|
|
90
|
+
As expected, all steps are skipped.
|
|
91
|
+
The `.stepup/graph.db` file also stores the amended information,
|
|
92
|
+
so these don't need to be rediscovered later.
|
|
93
|
+
|
|
94
|
+
- Modify the `plan.py` file to include a second amended input, for example, `other.txt`.
|
|
95
|
+
Run StepUp with these changes.
|
|
96
|
+
Because `sources.txt` contains a new file, StepUp will try re-running
|
|
97
|
+
`./step.py`, which will amend new inputs that require the step to be rescheduled again.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
DIRECTOR │ Listening on /tmp/stepup-########/director (StepUp 3.0.0)
|
|
2
|
+
STARTUP │ (Re)initialized boot script
|
|
3
|
+
DIRECTOR │ Launched worker 0
|
|
4
|
+
PHASE │ run
|
|
5
|
+
START │ runpy ./plan.py
|
|
6
|
+
SUCCESS │ runpy ./plan.py
|
|
7
|
+
START │ runsh echo hello > a.txt
|
|
8
|
+
SUCCESS │ runsh echo hello > a.txt
|
|
9
|
+
WARNING │ 2 step(s) remained pending due to blocked steps
|
|
10
|
+
──────────────────────────────── Blocked steps ─────────────────────────────────
|
|
11
|
+
step:copy a.txt b.txt
|
|
12
|
+
────────────────────────────────────────────────────────────────────────────────
|
|
13
|
+
WARNING │ Skipping file cleanup due to incomplete build
|
|
14
|
+
WARNING │ Check logs: .stepup/warning.log
|
|
15
|
+
DIRECTOR │ Stopping workers
|
|
16
|
+
DIRECTOR │ See you!
|