mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 21:52:18 +00:00
Cleanup + update todo
This commit is contained in:
@@ -4,7 +4,6 @@ machine:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
# - sudo apt-get update
|
|
||||||
- sudo apt-get install redis-server
|
- sudo apt-get install redis-server
|
||||||
override:
|
override:
|
||||||
- pip install --upgrade setuptools
|
- pip install --upgrade setuptools
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ else:
|
|||||||
|
|
||||||
class Controller(htmlPy.Object):
|
class Controller(htmlPy.Object):
|
||||||
# GUI callable functions have to be inside a class.
|
# GUI callable functions have to be inside a class.
|
||||||
# The class should be inherited from htmlPy.Object.
|
|
||||||
dict_state_desc = {
|
dict_state_desc = {
|
||||||
"start": "Starting Tests",
|
"start": "Starting Tests",
|
||||||
"collect": "Collecting Tests",
|
"collect": "Collecting Tests",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
Todo
|
Todo
|
||||||
------
|
------
|
||||||
|
|
||||||
** Use redis_db fixture for travis debugging**
|
|
||||||
1. Add redis sudden fail tests - shutdown or crash after startup\
|
1. Add redis sudden fail tests - shutdown or crash after startup\
|
||||||
- module shouldnt crash/ work incorrectly, should exit with error message
|
- module shouldnt crash/ work incorrectly, should exit with error message
|
||||||
2 Tests with setup/teardown/class when needed*
|
2 Tests with setup/teardown/class when needed*
|
||||||
@@ -32,6 +31,7 @@ Done
|
|||||||
11. (---) Use travis ci + install redis there
|
11. (---) Use travis ci + install redis there
|
||||||
12. (---) Show gui only with option --status_gui
|
12. (---) Show gui only with option --status_gui
|
||||||
13. (---) env config for redis + test for that
|
13. (---) env config for redis + test for that
|
||||||
|
14. (---) Use redis_db fixture for travis debugging (---)
|
||||||
|
|
||||||
|
|
||||||
Think
|
Think
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ command_status_gui_gen = "pytest_gui_status \"{norm_dir_name}\""
|
|||||||
# make bulk changes with pipeline
|
# make bulk changes with pipeline
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class Helpers(object):
|
class Helpers(object):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user