devdox-ai-locust 0.1.4__tar.gz → 0.1.6__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.
Potentially problematic release.
This version of devdox-ai-locust might be problematic. Click here for more details.
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/PKG-INFO +5 -20
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/README.md +4 -19
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/pyproject.toml +1 -1
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/config.py +1 -1
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust.egg-info/PKG-INFO +5 -20
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/tests/test_config.py +4 -4
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/LICENSE +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/setup.cfg +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/__init__.py +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/cli.py +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/hybrid_loctus_generator.py +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/locust_generator.py +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/prompt/domain.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/prompt/locust.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/prompt/test_data.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/prompt/validation.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/prompt/workflow.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/py.typed +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/schemas/__init__.py +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/schemas/processing_result.py +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/base_workflow.py.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/config.py.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/custom_flows.py.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/endpoint_template.py.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/env.example.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/fallback_locust.py.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/locust.py.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/mongo/data_provider.py.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/mongo/db_config.py.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/mongo/db_integration.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/readme.md.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/requirement.txt.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/test_data.py.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/utils.py.j2 +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/utils/__init__.py +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/utils/file_creation.py +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/utils/open_ai_parser.py +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/utils/swagger_utils.py +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust.egg-info/SOURCES.txt +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust.egg-info/dependency_links.txt +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust.egg-info/entry_points.txt +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust.egg-info/requires.txt +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust.egg-info/top_level.txt +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/tests/test_cli.py +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/tests/test_hybrid_loctus_generator.py +0 -0
- {devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/tests/test_locust_generator.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: devdox_ai_locust
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: AI-powered Locust load test generator from API documentation
|
|
5
5
|
Author-email: Hayat Bourji <hayat.bourgi@montyholding.com>
|
|
6
6
|
Maintainer-email: Hayat Bourji <hayat.bourgi@montyholding.com>
|
|
@@ -67,32 +67,17 @@ Dynamic: license-file
|
|
|
67
67
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
68
68
|
[](https://www.python.org/downloads/)
|
|
69
69
|
[](https://github.com/psf/black)
|
|
70
|
+
[](https://sonarcloud.io/dashboard?id=montymobile1_devdox-ai-locust)
|
|
70
71
|
|
|
71
72
|
> **AI-powered Locust load test generator from API documentation**
|
|
72
73
|
|
|
73
74
|
DevDox AI Locust automatically generates comprehensive Locust load testing scripts from your API documentation (OpenAPI/Swagger specs). Using advanced AI capabilities, it creates realistic test scenarios, handles complex authentication flows, and generates production-ready performance tests.
|
|
74
75
|
|
|
75
76
|
|
|
76
|
-
##
|
|
77
|
+
## [0.1.6] - 2025-11-06
|
|
78
|
+
## 🆕 What's New in 0.1.6
|
|
77
79
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
- Added a new data provider class: MongoDataProvider
|
|
81
|
-
- Connects Locust test data generation directly to MongoDB
|
|
82
|
-
- Enables realistic test data retrieval for entities like users, products, orders, affiliates, etc.
|
|
83
|
-
- Supports **real data** from the database and **synthetic fallback generation** when MongoDB is disabled or unavailable
|
|
84
|
-
|
|
85
|
-
#### 2. **New MongoDataProvider Methods**
|
|
86
|
-
| Method | Description |
|
|
87
|
-
|----------------------------------------------------------|--------------|
|
|
88
|
-
| `get_document(collection_name)` | Retrieves a single realistic document from MongoDB or fallback generator |
|
|
89
|
-
| `get_multiple_documents(collection_name, count=10, query=None)` | Retrieves multiple documents or generates them in batches |
|
|
90
|
-
| `clear_cache()` | Clears in-memory cached data for all collections |
|
|
91
|
-
| `get_stats()` | Returns usage and cache statistics for debugging and optimization |
|
|
92
|
-
|
|
93
|
-
#### 3. **Smart Fallbacks**
|
|
94
|
-
If MongoDB is disabled (`enable_mongodb = false` in `db_config.py`),
|
|
95
|
-
the system automatically switches to **synthetic data generation** using the LLM-based `TestDataGenerator`.
|
|
80
|
+
Add sonarqube badge to README.md
|
|
96
81
|
|
|
97
82
|
|
|
98
83
|
## ✨ Features
|
|
@@ -3,32 +3,17 @@
|
|
|
3
3
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
4
4
|
[](https://www.python.org/downloads/)
|
|
5
5
|
[](https://github.com/psf/black)
|
|
6
|
+
[](https://sonarcloud.io/dashboard?id=montymobile1_devdox-ai-locust)
|
|
6
7
|
|
|
7
8
|
> **AI-powered Locust load test generator from API documentation**
|
|
8
9
|
|
|
9
10
|
DevDox AI Locust automatically generates comprehensive Locust load testing scripts from your API documentation (OpenAPI/Swagger specs). Using advanced AI capabilities, it creates realistic test scenarios, handles complex authentication flows, and generates production-ready performance tests.
|
|
10
11
|
|
|
11
12
|
|
|
12
|
-
##
|
|
13
|
+
## [0.1.6] - 2025-11-06
|
|
14
|
+
## 🆕 What's New in 0.1.6
|
|
13
15
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
- Added a new data provider class: MongoDataProvider
|
|
17
|
-
- Connects Locust test data generation directly to MongoDB
|
|
18
|
-
- Enables realistic test data retrieval for entities like users, products, orders, affiliates, etc.
|
|
19
|
-
- Supports **real data** from the database and **synthetic fallback generation** when MongoDB is disabled or unavailable
|
|
20
|
-
|
|
21
|
-
#### 2. **New MongoDataProvider Methods**
|
|
22
|
-
| Method | Description |
|
|
23
|
-
|----------------------------------------------------------|--------------|
|
|
24
|
-
| `get_document(collection_name)` | Retrieves a single realistic document from MongoDB or fallback generator |
|
|
25
|
-
| `get_multiple_documents(collection_name, count=10, query=None)` | Retrieves multiple documents or generates them in batches |
|
|
26
|
-
| `clear_cache()` | Clears in-memory cached data for all collections |
|
|
27
|
-
| `get_stats()` | Returns usage and cache statistics for debugging and optimization |
|
|
28
|
-
|
|
29
|
-
#### 3. **Smart Fallbacks**
|
|
30
|
-
If MongoDB is disabled (`enable_mongodb = false` in `db_config.py`),
|
|
31
|
-
the system automatically switches to **synthetic data generation** using the LLM-based `TestDataGenerator`.
|
|
16
|
+
Add sonarqube badge to README.md
|
|
32
17
|
|
|
33
18
|
|
|
34
19
|
## ✨ Features
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: devdox_ai_locust
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: AI-powered Locust load test generator from API documentation
|
|
5
5
|
Author-email: Hayat Bourji <hayat.bourgi@montyholding.com>
|
|
6
6
|
Maintainer-email: Hayat Bourji <hayat.bourgi@montyholding.com>
|
|
@@ -67,32 +67,17 @@ Dynamic: license-file
|
|
|
67
67
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
68
68
|
[](https://www.python.org/downloads/)
|
|
69
69
|
[](https://github.com/psf/black)
|
|
70
|
+
[](https://sonarcloud.io/dashboard?id=montymobile1_devdox-ai-locust)
|
|
70
71
|
|
|
71
72
|
> **AI-powered Locust load test generator from API documentation**
|
|
72
73
|
|
|
73
74
|
DevDox AI Locust automatically generates comprehensive Locust load testing scripts from your API documentation (OpenAPI/Swagger specs). Using advanced AI capabilities, it creates realistic test scenarios, handles complex authentication flows, and generates production-ready performance tests.
|
|
74
75
|
|
|
75
76
|
|
|
76
|
-
##
|
|
77
|
+
## [0.1.6] - 2025-11-06
|
|
78
|
+
## 🆕 What's New in 0.1.6
|
|
77
79
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
- Added a new data provider class: MongoDataProvider
|
|
81
|
-
- Connects Locust test data generation directly to MongoDB
|
|
82
|
-
- Enables realistic test data retrieval for entities like users, products, orders, affiliates, etc.
|
|
83
|
-
- Supports **real data** from the database and **synthetic fallback generation** when MongoDB is disabled or unavailable
|
|
84
|
-
|
|
85
|
-
#### 2. **New MongoDataProvider Methods**
|
|
86
|
-
| Method | Description |
|
|
87
|
-
|----------------------------------------------------------|--------------|
|
|
88
|
-
| `get_document(collection_name)` | Retrieves a single realistic document from MongoDB or fallback generator |
|
|
89
|
-
| `get_multiple_documents(collection_name, count=10, query=None)` | Retrieves multiple documents or generates them in batches |
|
|
90
|
-
| `clear_cache()` | Clears in-memory cached data for all collections |
|
|
91
|
-
| `get_stats()` | Returns usage and cache statistics for debugging and optimization |
|
|
92
|
-
|
|
93
|
-
#### 3. **Smart Fallbacks**
|
|
94
|
-
If MongoDB is disabled (`enable_mongodb = false` in `db_config.py`),
|
|
95
|
-
the system automatically switches to **synthetic data generation** using the LLM-based `TestDataGenerator`.
|
|
80
|
+
Add sonarqube badge to README.md
|
|
96
81
|
|
|
97
82
|
|
|
98
83
|
## ✨ Features
|
|
@@ -15,7 +15,7 @@ class TestSettings:
|
|
|
15
15
|
"""Test default settings values."""
|
|
16
16
|
test_settings = Settings(_env_file=".env.example")
|
|
17
17
|
|
|
18
|
-
assert test_settings.VERSION == "0.1.
|
|
18
|
+
assert test_settings.VERSION == "0.1.6"
|
|
19
19
|
assert test_settings.API_KEY == ""
|
|
20
20
|
|
|
21
21
|
def test_settings_with_env_vars(self):
|
|
@@ -108,7 +108,7 @@ class TestSettings:
|
|
|
108
108
|
def test_global_settings_instance(self):
|
|
109
109
|
"""Test the global settings instance."""
|
|
110
110
|
assert isinstance(settings, Settings)
|
|
111
|
-
assert settings.VERSION == "0.1.
|
|
111
|
+
assert settings.VERSION == "0.1.6"
|
|
112
112
|
|
|
113
113
|
|
|
114
114
|
class TestSettingsMethods:
|
|
@@ -120,7 +120,7 @@ class TestSettingsMethods:
|
|
|
120
120
|
original_version = test_settings.VERSION
|
|
121
121
|
|
|
122
122
|
# VERSION should be a class-level constant
|
|
123
|
-
assert original_version == "0.1.
|
|
123
|
+
assert original_version == "0.1.6"
|
|
124
124
|
|
|
125
125
|
# Even if we try to change it, it should remain the same
|
|
126
126
|
# (depending on Pydantic implementation)
|
|
@@ -131,7 +131,7 @@ class TestSettingsMethods:
|
|
|
131
131
|
|
|
132
132
|
# Create new instance to verify class-level value
|
|
133
133
|
new_settings = Settings()
|
|
134
|
-
assert new_settings.VERSION == "0.1.
|
|
134
|
+
assert new_settings.VERSION == "0.1.6"
|
|
135
135
|
|
|
136
136
|
def test_settings_field_types(self):
|
|
137
137
|
"""Test that settings fields have correct types."""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/hybrid_loctus_generator.py
RENAMED
|
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
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/schemas/processing_result.py
RENAMED
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/base_workflow.py.j2
RENAMED
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/config.py.j2
RENAMED
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/custom_flows.py.j2
RENAMED
|
File without changes
|
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/env.example.j2
RENAMED
|
File without changes
|
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/locust.py.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/readme.md.j2
RENAMED
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/requirement.txt.j2
RENAMED
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/test_data.py.j2
RENAMED
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/templates/utils.py.j2
RENAMED
|
File without changes
|
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/utils/file_creation.py
RENAMED
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/utils/open_ai_parser.py
RENAMED
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust/utils/swagger_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust.egg-info/requires.txt
RENAMED
|
File without changes
|
{devdox_ai_locust-0.1.4 → devdox_ai_locust-0.1.6}/src/devdox_ai_locust.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|