wup 0.2.22__tar.gz → 0.2.24__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wup-0.2.22/wup.egg-info → wup-0.2.24}/PKG-INFO +3 -1
- {wup-0.2.22 → wup-0.2.24}/README.md +2 -0
- {wup-0.2.22 → wup-0.2.24}/pyproject.toml +1 -1
- {wup-0.2.22 → wup-0.2.24/wup.egg-info}/PKG-INFO +3 -1
- {wup-0.2.22 → wup-0.2.24}/LICENSE +0 -0
- {wup-0.2.22 → wup-0.2.24}/setup.cfg +0 -0
- {wup-0.2.22 → wup-0.2.24}/tests/test_e2e.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/tests/test_testql_watcher.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/tests/test_web_client.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/tests/test_wup.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/__init__.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/_ast_detector.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/_hash_detector.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/_yaml_detector.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/anomaly_detector.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/anomaly_models.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/assistant.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/cli.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/config.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/core.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/dependency_mapper.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/models/__init__.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/models/config.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/testql_discovery.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/testql_watcher.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/visual_diff.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup/web_client.py +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup.egg-info/SOURCES.txt +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup.egg-info/dependency_links.txt +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup.egg-info/entry_points.txt +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup.egg-info/requires.txt +0 -0
- {wup-0.2.22 → wup-0.2.24}/wup.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wup
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.24
|
|
4
4
|
Summary: WUP (What's Up) - Intelligent file watcher for regression testing in large projects
|
|
5
5
|
Author-email: Tom Sapletta <tom@sapletta.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -87,6 +87,8 @@ wup map-deps ./my-project
|
|
|
87
87
|
wup watch ./my-project
|
|
88
88
|
|
|
89
89
|
# 5. Start with live dashboard
|
|
90
|
+
|
|
91
|
+
|
|
90
92
|
wup watch ./my-project --dashboard
|
|
91
93
|
```
|
|
92
94
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wup
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.24
|
|
4
4
|
Summary: WUP (What's Up) - Intelligent file watcher for regression testing in large projects
|
|
5
5
|
Author-email: Tom Sapletta <tom@sapletta.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -87,6 +87,8 @@ wup map-deps ./my-project
|
|
|
87
87
|
wup watch ./my-project
|
|
88
88
|
|
|
89
89
|
# 5. Start with live dashboard
|
|
90
|
+
|
|
91
|
+
|
|
90
92
|
wup watch ./my-project --dashboard
|
|
91
93
|
```
|
|
92
94
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|