.travis.yml
CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
USAGE.rst
appveyor.yml
conftest.py
pytest.ini
requirements-docs.txt
requirements-flake.txt
requirements-tests.txt
setup.cfg
setup.py
tox.ini
.circleci/config.yml
.github/ISSUE_TEMPLATE/issue_template.md
logs/.gitkeep
qacode/__init__.py
qacode/utils.py
qacode.egg-info/PKG-INFO
qacode.egg-info/SOURCES.txt
qacode.egg-info/dependency_links.txt
qacode.egg-info/requires.txt
qacode.egg-info/top_level.txt
qacode/configs/__init__.py
qacode/configs/settings.json
qacode/core/__init__.py
qacode/core/bots/__init__.py
qacode/core/bots/bot_base.py
qacode/core/bots/modules/__init__.py
qacode/core/bots/modules/nav_base.py
qacode/core/exceptions/__init__.py
qacode/core/exceptions/control_exception.py
qacode/core/exceptions/core_exception.py
qacode/core/exceptions/page_exception.py
qacode/core/loggers/__init__.py
qacode/core/loggers/logger_manager.py
qacode/core/loggers/logger_messages.py
qacode/core/testing/__init__.py
qacode/core/testing/asserts.py
qacode/core/testing/test_info.py
qacode/core/testing/testlink/__init__.py
qacode/core/testing/testlink/reporter_testlink.py
qacode/core/webs/__init__.py
qacode/core/webs/controls/__init__.py
qacode/core/webs/controls/control_base.py
qacode/core/webs/controls/control_dropdown.py
qacode/core/webs/controls/control_table.py
qacode/core/webs/pages/__init__.py
qacode/core/webs/pages/page_base.py
source-docs/Makefile
source-docs/make.bat
source-docs/source/bots.rst
source-docs/source/conf.py
source-docs/source/controls.rst
source-docs/source/exceptions.rst
source-docs/source/index.rst
source-docs/source/loggers.rst
source-docs/source/pages.rst
source-docs/source/testing.rst
source-docs/source/testlink.rst
tests/__init__.py
tests/000_unitaries/__init__.py
tests/000_unitaries/suite_001_config.py
tests/000_unitaries/suite_002_testinfobase.py
tests/001_functionals/__init__.py
tests/001_functionals/suite_001_botbase.py
tests/001_functionals/suite_002_testinfobot.py
tests/001_functionals/suite_003_testinfobotunique.py
tests/001_functionals/suite_004_navbase.py
tests/001_functionals/suite_005_controlbase.py
tests/001_functionals/suite_007_controldropdown.py
tests/001_functionals/suite_008_controltable.py
tests/001_functionals/suite_009_pagebase.py
tests/001_functionals/suite_010_reportertestlink.py
tests/002_benchmarks/__init__.py
tests/002_benchmarks/suite_001_browsers.py
tests/reports/__init__.py
tests/testing/__init__.py
tests/testing/suite_asserts.py
tests/testing/suite_asserts_raises.py