LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.py
testproj/lib/__init__.py
testproj/lib/testbed.py
testproj/lib/testcase.py
testproj/testcases/__init__.py
testproj/testcases/examples/__init__.py
testproj/testcases/examples/nonpass/__init__.py
testproj/testcases/examples/nonpass/tc_eg_nonpass_error_clsname.py
testproj/testcases/examples/nonpass/tc_eg_nonpass_error_syntax.py
testproj/testcases/examples/nonpass/tc_eg_nonpass_fail_setup_with_failfast_false.py
testproj/testcases/examples/nonpass/tc_eg_nonpass_fail_setup_with_failfast_true.py
testproj/testcases/examples/nonpass/tc_eg_nonpass_fail_step_with_failfast_false.py
testproj/testcases/examples/nonpass/tc_eg_nonpass_fail_step_with_failfast_true.py
testproj/testcases/examples/nonpass/tc_eg_nonpass_skip_excluded.py
testproj/testcases/examples/nonpass/tc_eg_nonpass_skip_not_included.py
testproj/testcases/examples/nonpass/tc_eg_nonpass_timeout.py
testproj/testcases/examples/pass/__init__.py
testproj/testcases/examples/pass/tc_eg_pass_create_dirs_and_files.py
testproj/testcases/examples/pass/tc_eg_pass_get_values_from_testbed.py
tests/__init__.py
tests/run.py
tests/test_logger.py
tests/test_main.py
tests/test_report.py
tests/test_runner.py
tests/test_testbed.py
tests/test_testcase.py
tests/test_testset.py
tests/test_utils.py
venv/bin/rst2html.py
venv/bin/rst2html4.py
venv/bin/rst2html5.py
venv/bin/rst2latex.py
venv/bin/rst2man.py
venv/bin/rst2odt.py
venv/bin/rst2odt_prepstyles.py
venv/bin/rst2pseudoxml.py
venv/bin/rst2s5.py
venv/bin/rst2xetex.py
venv/bin/rst2xml.py
venv/bin/rstpep2html.py
xbot.framework.egg-info/PKG-INFO
xbot.framework.egg-info/SOURCES.txt
xbot.framework.egg-info/dependency_links.txt
xbot.framework.egg-info/entry_points.txt
xbot.framework.egg-info/requires.txt
xbot.framework.egg-info/top_level.txt
xbot/framework/__init__.py
xbot/framework/common.py
xbot/framework/errors.py
xbot/framework/logger.py
xbot/framework/main.py
xbot/framework/report.py
xbot/framework/runner.py
xbot/framework/testbed.py
xbot/framework/testcase.py
xbot/framework/testset.py
xbot/framework/utils.py
xbot/framework/version.py
xbot/framework/statics/.DS_Store
xbot/framework/statics/log_example.png
xbot/framework/statics/log_template.html
xbot/framework/statics/report_example.png
xbot/framework/statics/report_template.html
xbot/framework/statics/initdir/.gitignore
xbot/framework/statics/initdir/README.md
xbot/framework/statics/initdir/requirements.txt
xbot/framework/statics/initdir/lib/__init__.py
xbot/framework/statics/initdir/lib/testbed.py
xbot/framework/statics/initdir/lib/testcase.py
xbot/framework/statics/initdir/testbeds/testbed_example.yml
xbot/framework/statics/initdir/testcases/__init__.py
xbot/framework/statics/initdir/testcases/examples/__init__.py
xbot/framework/statics/initdir/testcases/examples/nonpass/__init__.py
xbot/framework/statics/initdir/testcases/examples/nonpass/tc_eg_nonpass_error_clsname.py
xbot/framework/statics/initdir/testcases/examples/nonpass/tc_eg_nonpass_error_syntax.py
xbot/framework/statics/initdir/testcases/examples/nonpass/tc_eg_nonpass_fail_setup_with_failfast_false.py
xbot/framework/statics/initdir/testcases/examples/nonpass/tc_eg_nonpass_fail_setup_with_failfast_true.py
xbot/framework/statics/initdir/testcases/examples/nonpass/tc_eg_nonpass_fail_step_with_failfast_false.py
xbot/framework/statics/initdir/testcases/examples/nonpass/tc_eg_nonpass_fail_step_with_failfast_true.py
xbot/framework/statics/initdir/testcases/examples/nonpass/tc_eg_nonpass_skip_excluded.py
xbot/framework/statics/initdir/testcases/examples/nonpass/tc_eg_nonpass_skip_not_included.py
xbot/framework/statics/initdir/testcases/examples/nonpass/tc_eg_nonpass_timeout.py
xbot/framework/statics/initdir/testcases/examples/pass/__init__.py
xbot/framework/statics/initdir/testcases/examples/pass/tc_eg_pass_create_dirs_and_files.py
xbot/framework/statics/initdir/testcases/examples/pass/tc_eg_pass_get_values_from_testbed.py
xbot/framework/statics/initdir/testsets/testset_example.yml