wup 0.2.38__tar.gz → 0.2.39__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.38/wup.egg-info → wup-0.2.39}/PKG-INFO +5 -5
- {wup-0.2.38 → wup-0.2.39}/README.md +4 -4
- {wup-0.2.38 → wup-0.2.39}/pyproject.toml +1 -1
- {wup-0.2.38 → wup-0.2.39}/wup/__init__.py +1 -1
- {wup-0.2.38 → wup-0.2.39}/wup/cli_config_generator.py +2 -2
- {wup-0.2.38 → wup-0.2.39/wup.egg-info}/PKG-INFO +5 -5
- {wup-0.2.38 → wup-0.2.39}/LICENSE +0 -0
- {wup-0.2.38 → wup-0.2.39}/setup.cfg +0 -0
- {wup-0.2.38 → wup-0.2.39}/tests/test_e2e.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/tests/test_monitoring_manifest.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/tests/test_testql_monitor.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/tests/test_testql_watcher.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/tests/test_web_client.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/tests/test_wup.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/_ast_detector.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/_hash_detector.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/_yaml_detector.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/anomaly_detector.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/anomaly_models.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/assistant.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/cli.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/cli_scanner.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/config.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/core.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/dependency_mapper.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/models/__init__.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/models/config.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/monitoring_manifest.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/planfile_reporter.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/testql_cli_generator.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/testql_discovery.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/testql_monitor.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/testql_watcher.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/visual_diff.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup/web_client.py +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup.egg-info/SOURCES.txt +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup.egg-info/dependency_links.txt +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup.egg-info/entry_points.txt +0 -0
- {wup-0.2.38 → wup-0.2.39}/wup.egg-info/requires.txt +0 -0
- {wup-0.2.38 → wup-0.2.39}/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.39
|
|
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
|
|
@@ -31,17 +31,17 @@ Dynamic: license-file
|
|
|
31
31
|
|
|
32
32
|
## AI Cost Tracking
|
|
33
33
|
|
|
34
|
-
    
|
|
35
|
+
  
|
|
36
36
|
|
|
37
|
-
- 🤖 **LLM usage:** $2.
|
|
37
|
+
- 🤖 **LLM usage:** $2.9979 (49 commits)
|
|
38
38
|
- 👤 **Human dev:** ~$2047 (20.5h @ $100/h, 30min dedup)
|
|
39
39
|
|
|
40
40
|
Generated on 2026-05-22 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
41
41
|
|
|
42
42
|
---
|
|
43
43
|
|
|
44
|
-
    
|
|
45
45
|
|
|
46
46
|
**WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
|
|
47
47
|
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
|
|
4
4
|
## AI Cost Tracking
|
|
5
5
|
|
|
6
|
-
    
|
|
7
|
+
  
|
|
8
8
|
|
|
9
|
-
- 🤖 **LLM usage:** $2.
|
|
9
|
+
- 🤖 **LLM usage:** $2.9979 (49 commits)
|
|
10
10
|
- 👤 **Human dev:** ~$2047 (20.5h @ $100/h, 30min dedup)
|
|
11
11
|
|
|
12
12
|
Generated on 2026-05-22 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
16
|
-
    
|
|
17
17
|
|
|
18
18
|
**WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
|
|
19
19
|
|
|
@@ -7,7 +7,7 @@ WUP monitors file changes and runs intelligent regression tests using a 3-layer
|
|
|
7
7
|
3. Detail Layer: Full tests with blame reports (only on failure)
|
|
8
8
|
"""
|
|
9
9
|
|
|
10
|
-
__version__ = "0.2.
|
|
10
|
+
__version__ = "0.2.39"
|
|
11
11
|
__author__ = "Tom Sapletta"
|
|
12
12
|
|
|
13
13
|
from .config import load_config, save_config, get_default_config
|
|
@@ -78,8 +78,8 @@ class CLIConfigGenerator:
|
|
|
78
78
|
description=f"CLI testing for {self.project_root.name}",
|
|
79
79
|
),
|
|
80
80
|
watch=WatchConfig(
|
|
81
|
-
paths=["
|
|
82
|
-
exclude_patterns=["*.md", "tests/**", ".venv/**", "venv/**"],
|
|
81
|
+
paths=["**"],
|
|
82
|
+
exclude_patterns=["*.md", "tests/**", ".venv/**", "venv/**", "node_modules/**"],
|
|
83
83
|
file_types=[".py"],
|
|
84
84
|
),
|
|
85
85
|
test_strategy=TestStrategyConfig(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wup
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.39
|
|
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
|
|
@@ -31,17 +31,17 @@ Dynamic: license-file
|
|
|
31
31
|
|
|
32
32
|
## AI Cost Tracking
|
|
33
33
|
|
|
34
|
-
    
|
|
35
|
+
  
|
|
36
36
|
|
|
37
|
-
- 🤖 **LLM usage:** $2.
|
|
37
|
+
- 🤖 **LLM usage:** $2.9979 (49 commits)
|
|
38
38
|
- 👤 **Human dev:** ~$2047 (20.5h @ $100/h, 30min dedup)
|
|
39
39
|
|
|
40
40
|
Generated on 2026-05-22 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
|
|
41
41
|
|
|
42
42
|
---
|
|
43
43
|
|
|
44
|
-
    
|
|
45
45
|
|
|
46
46
|
**WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
|
|
47
47
|
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|