MANIFEST.in
setup.cfg
setup.py
examples/__init__.py
examples/golem.py
examples/projects/__init__.py
examples/projects/golem/__init__.py
examples/projects/golem/extend.py
examples/projects/golem/pages/__init__.py
examples/projects/golem/pages/index.py
examples/projects/golem/pages/login.py
examples/projects/golem/pages/project.py
examples/projects/golem/suites/__init__.py
examples/projects/golem/suites/full_regression.py
examples/projects/golem/tests/__init__.py
examples/projects/golem/tests/index/__init__.py
examples/projects/golem/tests/index/create_project.py
examples/projects/golem/tests/index/create_project_missing_name.py
examples/projects/golem/tests/index/create_project_name_too_short.py
examples/projects/golem/tests/index/create_project_repeated_name.py
examples/projects/golem/tests/login/__init__.py
examples/projects/golem/tests/login/login.py
examples/projects/golem/tests/login/login_incorrect_password.py
examples/projects/golem/tests/login/login_missing_password.py
examples/projects/golem/tests/login/login_missing_username.py
examples/projects/golem/tests/project/__init__.py
examples/projects/golem/tests/project/create_page.py
golem/__init__.py
golem/main.py
golem/bin/__init__.py
golem/bin/golem_admin.py
golem/commands/__init__.py
golem/commands/base.py
golem/core/__init__.py
golem/core/actions.py
golem/core/data.py
golem/core/exceptions.py
golem/core/execution_logger.py
golem/core/page_object.py
golem/core/report.py
golem/core/suite.py
golem/core/test_case.py
golem/core/test_execution.py
golem/core/test_runner.py
golem/core/utils.py
golem/gui/__init__.py
golem/gui/gui_start.py
golem/gui/gui_utils.py
golem/gui/report_parser.py
golem/gui/server.py
golem/gui/user.py
golem/gui/static/css/.DS_Store
golem/gui/static/css/main.css
golem/gui/static/css/page_object.css
golem/gui/static/css/page_object_code.css
golem/gui/static/css/project.css
golem/gui/static/css/suite.css
golem/gui/static/css/test_case.css
golem/gui/static/css/test_case_code.css
golem/gui/static/css/bootstrap/bootstrap-theme.min.css
golem/gui/static/css/bootstrap/bootstrap.min.css
golem/gui/static/css/fonts/glyphicons-halflings-regular.eot
golem/gui/static/css/fonts/glyphicons-halflings-regular.svg
golem/gui/static/css/fonts/glyphicons-halflings-regular.ttf
golem/gui/static/css/fonts/glyphicons-halflings-regular.woff
golem/gui/static/css/fonts/glyphicons-halflings-regular.woff2
golem/gui/static/css/jquery-ui/jquery-ui.css
golem/gui/static/css/toastr/toastr.min.css
golem/gui/static/img/plus_sign.png
golem/gui/static/img/plus_sign2.png
golem/gui/static/js/.DS_Store
golem/gui/static/js/index.js
golem/gui/static/js/main.js
golem/gui/static/js/page_object.js
golem/gui/static/js/page_object_code.js
golem/gui/static/js/project.js
golem/gui/static/js/suite.js
golem/gui/static/js/test_case.js
golem/gui/static/js/test_case_code.js
golem/gui/static/js/treeview.js
golem/gui/static/js/bootstrap/bootstrap.min.js
golem/gui/static/js/jquery/jquery.min.js
golem/gui/static/js/jquery-autocomplete/jquery.autocomplete.js
golem/gui/static/js/jquery-autocomplete/jquery.autocomplete.min.js
golem/gui/static/js/sortable/Sortable.min.js
golem/gui/static/js/toastr/toastr.min.js
golem/gui/static/report/css/.DS_Store
golem/gui/static/report/css/bootstrap.min.css
golem/gui/static/report/css/custom.css
golem/gui/static/report/css/font-awesome.min.css
golem/gui/static/report/css/main.min.css
golem/gui/static/report/css/report.css
golem/gui/static/report/css/test_case.css
golem/gui/static/report/fonts/fontawesome-webfont.woff
golem/gui/static/report/fonts/glyphicons-halflings-regular.eot
golem/gui/static/report/fonts/glyphicons-halflings-regular.svg
golem/gui/static/report/fonts/glyphicons-halflings-regular.ttf
golem/gui/static/report/fonts/glyphicons-halflings-regular.woff
golem/gui/static/report/fonts/glyphicons-halflings-regular.woff2
golem/gui/static/report/fonts/lato-bol-webfont.woff
golem/gui/static/report/fonts/lato-lig-webfont.woff
golem/gui/static/report/js/index.js
golem/gui/static/report/js/reporte.js
golem/gui/static/report/js/reporte_backup.js
golem/gui/static/report/js/suite.js
golem/gui/static/report/js/testCase.js
golem/gui/static/report/js/bootstrap/bootstrap.js
golem/gui/static/report/js/jquery/jquery-2.1.0.min.js
golem/gui/static/report/js/jquery/jquery.min.map
golem/gui/static/report/js/plugins/datatable/dataTables.bootstrap.js
golem/gui/static/report/js/plugins/datatable/jquery.dataTables.min.js
golem/gui/static/report/js/plugins/stat/flot/jquery.flot.min.js
golem/gui/static/report/js/plugins/stat/flot/jquery.flot.pie.min.js
golem/gui/static/report/js/plugins/stat/flot/jquery.flot.resize.min.js
golem/gui/static/report/js/plugins/stat/flot/jquery.flot.time.min.js
golem/gui/static/report/js/plugins/stat/flot/jquery.flot.tooltip.min.js
golem/gui/templates/.DS_Store
golem/gui/templates/404.html
golem/gui/templates/index.html
golem/gui/templates/layout.html
golem/gui/templates/login.html
golem/gui/templates/not_permission.html
golem/gui/templates/page_object.html
golem/gui/templates/page_object_code.html
golem/gui/templates/project.html
golem/gui/templates/project_settings.html
golem/gui/templates/suite.html
golem/gui/templates/test_case.html
golem/gui/templates/test_case_code.html
golem/gui/templates/report/base.html
golem/gui/templates/report/index.html
golem/gui/templates/report/reporte.html
golem/gui/templates/report/suite.html
golem/gui/templates/report/test_case.html
golem/selenium/__init__.py
golem/selenium/utils.py
golem_framework.egg-info/PKG-INFO
golem_framework.egg-info/SOURCES.txt
golem_framework.egg-info/dependency_links.txt
golem_framework.egg-info/entry_points.txt
golem_framework.egg-info/requires.txt
golem_framework.egg-info/top_level.txt
tests/__init__.py
tests/fixtures.py
tests/helper_functions.py
tests/bin/__init__.py
tests/bin/golem_admin_test.py
tests/core/__init__.py
tests/core/utils_test.py