Skip to content

Commit

Permalink
[qalab] updated modules
Browse files Browse the repository at this point in the history
  • Loading branch information
netzulo committed Apr 15, 2018
1 parent 6e85e6b commit 2285fd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/qacode
Submodule qacode updated 37 files
+84 −58 qacode/configs/settings.json
+50 −22 qacode/core/bots/bot_base.py
+0 −145 qacode/core/bots/bot_config.py
+1 −1 qacode/core/bots/modules/nav_base.py
+429 −0 qacode/core/testing/test_info.py
+0 −140 qacode/core/testing/test_info_base.py
+0 −60 qacode/core/testing/test_info_bot.py
+118 −87 qacode/core/webs/controls/control_base.py
+69 −68 qacode/core/webs/controls/control_form.py
+151 −105 qacode/core/webs/pages/page_base.py
+0 −60 qacode/core/webs/pages/page_logged.py
+0 −90 qacode/core/webs/pages/page_login.py
+7 −7 qacode/core/webs/strict_rules.py
+3 −3 setup.py
+1 −1 sonar-project.properties
+0 −239 tests/000_unitaries/suite_000_config.py
+103 −0 tests/000_unitaries/suite_001_config.py
+0 −75 tests/000_unitaries/suite_001_logger.py
+27 −28 tests/000_unitaries/suite_002_testinfobase.py
+0 −233 tests/001_functionals/suite_000_botbase.py
+69 −0 tests/001_functionals/suite_001_botbase.py
+0 −68 tests/001_functionals/suite_001_testbotunique.py
+0 −53 tests/001_functionals/suite_002_testbotmultiple.py
+28 −0 tests/001_functionals/suite_002_testinfobot.py
+0 −121 tests/001_functionals/suite_003_navbase.py
+28 −0 tests/001_functionals/suite_003_testinfobotunique.py
+0 −224 tests/001_functionals/suite_004_controlbase.py
+97 −0 tests/001_functionals/suite_004_navbase.py
+255 −0 tests/001_functionals/suite_005_controlbase.py
+0 −178 tests/001_functionals/suite_005_controlform.py
+78 −0 tests/001_functionals/suite_006_controlform.py
+0 −242 tests/001_functionals/suite_006_pagebase.py
+106 −0 tests/001_functionals/suite_007_pagebase.py
+0 −144 tests/001_functionals/suite_007_pagelogin.py
+0 −126 tests/001_functionals/suite_008_pagelogged.py
+19 −0 tests/001_functionals/suite_008_tlbase.py
+0 −34 tests/001_functionals/suite_009_tlbase.py

0 comments on commit 2285fd8

Please sign in to comment.