atdd 0.7.0__py3-none-any.whl → 0.7.1__py3-none-any.whl
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.
- atdd/coach/commands/inventory.py +10 -3
- {atdd-0.7.0.dist-info → atdd-0.7.1.dist-info}/METADATA +1 -1
- {atdd-0.7.0.dist-info → atdd-0.7.1.dist-info}/RECORD +7 -7
- {atdd-0.7.0.dist-info → atdd-0.7.1.dist-info}/WHEEL +0 -0
- {atdd-0.7.0.dist-info → atdd-0.7.1.dist-info}/entry_points.txt +0 -0
- {atdd-0.7.0.dist-info → atdd-0.7.1.dist-info}/licenses/LICENSE +0 -0
- {atdd-0.7.0.dist-info → atdd-0.7.1.dist-info}/top_level.txt +0 -0
atdd/coach/commands/inventory.py
CHANGED
|
@@ -148,9 +148,16 @@ class RepositoryInventory:
|
|
|
148
148
|
by_theme[theme] += 1
|
|
149
149
|
|
|
150
150
|
# Gap analysis
|
|
151
|
-
expectations = train.get("expectations"
|
|
152
|
-
test_fields = train.get("test"
|
|
153
|
-
code_fields = train.get("code"
|
|
151
|
+
expectations = train.get("expectations")
|
|
152
|
+
test_fields = train.get("test")
|
|
153
|
+
code_fields = train.get("code")
|
|
154
|
+
|
|
155
|
+
if not isinstance(expectations, dict):
|
|
156
|
+
expectations = {}
|
|
157
|
+
if test_fields is None:
|
|
158
|
+
test_fields = {}
|
|
159
|
+
if code_fields is None:
|
|
160
|
+
code_fields = {}
|
|
154
161
|
|
|
155
162
|
# Normalize test/code to dict form
|
|
156
163
|
if isinstance(test_fields, str):
|
|
@@ -12,7 +12,7 @@ atdd/coach/commands/gate.py,sha256=_V2GypqoGixTs_kLWxFF3HgEt-Wi2r6Iv0YL75yWrWo,5
|
|
|
12
12
|
atdd/coach/commands/infer_governance_status.py,sha256=MlLnx8SrJAOQq2rfuxLZMmyNylCQ-OYx4tSi_iFdhRA,4504
|
|
13
13
|
atdd/coach/commands/initializer.py,sha256=wuvzj7QwA11ilNjRZU6Bx2bLQXITdBHJxR9_mZK7xjA,6503
|
|
14
14
|
atdd/coach/commands/interface.py,sha256=FwBrJpWkfSL9n4n0HT_EC-alseXgU0bweKD4TImyHN0,40483
|
|
15
|
-
atdd/coach/commands/inventory.py,sha256=
|
|
15
|
+
atdd/coach/commands/inventory.py,sha256=hI8JwG7Ph-jBhd5a8j3kwDMJVvFjzq8A0Zpt8TYEHXI,24976
|
|
16
16
|
atdd/coach/commands/migration.py,sha256=wRxU7emvvHqWt1MvXKkNTkPBjp0sU9g8F5Uy5yV2YfI,8177
|
|
17
17
|
atdd/coach/commands/registry.py,sha256=9iWW34CCJAr36v91863u8TDdlGQJdLpYYBGb1ojtS1Q,71546
|
|
18
18
|
atdd/coach/commands/session.py,sha256=MhuWXd5TR6bB3w0t8vANeZx3L476qwLT6EUQMwg-wQA,14268
|
|
@@ -200,9 +200,9 @@ atdd/tester/validators/test_train_frontend_e2e.py,sha256=fpfUwTbAWzuqxbVKoaFw-ab
|
|
|
200
200
|
atdd/tester/validators/test_train_frontend_python.py,sha256=KK2U3oNFWLyBK7YHC0fU7shR05k93gVcO762AI8Q3pw,9018
|
|
201
201
|
atdd/tester/validators/test_typescript_test_naming.py,sha256=E-TyGv_GVlTfsbyuxrtv9sOWSZS_QcpH6rrJFbWoeeU,11280
|
|
202
202
|
atdd/tester/validators/test_typescript_test_structure.py,sha256=eV89SD1RaKtchBZupqhnJmaruoROosf3LwB4Fwe4UJI,2612
|
|
203
|
-
atdd-0.7.
|
|
204
|
-
atdd-0.7.
|
|
205
|
-
atdd-0.7.
|
|
206
|
-
atdd-0.7.
|
|
207
|
-
atdd-0.7.
|
|
208
|
-
atdd-0.7.
|
|
203
|
+
atdd-0.7.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
204
|
+
atdd-0.7.1.dist-info/METADATA,sha256=3Q4dTLPHmItb-Xjz2xAl2fDFlu0q97a4-hE7fDiY18w,8716
|
|
205
|
+
atdd-0.7.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
206
|
+
atdd-0.7.1.dist-info/entry_points.txt,sha256=-C3yrA1WQQfN3iuGmSzPapA5cKVBEYU5Q1HUffSJTbY,38
|
|
207
|
+
atdd-0.7.1.dist-info/top_level.txt,sha256=VKkf6Uiyrm4RS6ULCGM-v8AzYN8K2yg8SMqwJLoO-xs,5
|
|
208
|
+
atdd-0.7.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|