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