OpenMLBB 4.0.7__tar.gz → 4.0.8__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.
- {openmlbb-4.0.7 → openmlbb-4.0.8}/OpenMLBB/src/OpenMLBB/_version.py +1 -1
- {openmlbb-4.0.7 → openmlbb-4.0.8}/OpenMLBB/src/OpenMLBB.egg-info/PKG-INFO +1 -1
- {openmlbb-4.0.7 → openmlbb-4.0.8}/PKG-INFO +1 -1
- {openmlbb-4.0.7 → openmlbb-4.0.8}/pyproject.toml +1 -1
- {openmlbb-4.0.7 → openmlbb-4.0.8}/tests/test_web_interface.py +2 -2
- {openmlbb-4.0.7 → openmlbb-4.0.8}/LICENSE +0 -0
- {openmlbb-4.0.7 → openmlbb-4.0.8}/OpenMLBB/README.md +0 -0
- {openmlbb-4.0.7 → openmlbb-4.0.8}/OpenMLBB/src/OpenMLBB/__init__.py +0 -0
- {openmlbb-4.0.7 → openmlbb-4.0.8}/OpenMLBB/src/OpenMLBB/client.py +0 -0
- {openmlbb-4.0.7 → openmlbb-4.0.8}/OpenMLBB/src/OpenMLBB.egg-info/SOURCES.txt +0 -0
- {openmlbb-4.0.7 → openmlbb-4.0.8}/OpenMLBB/src/OpenMLBB.egg-info/dependency_links.txt +0 -0
- {openmlbb-4.0.7 → openmlbb-4.0.8}/OpenMLBB/src/OpenMLBB.egg-info/requires.txt +0 -0
- {openmlbb-4.0.7 → openmlbb-4.0.8}/OpenMLBB/src/OpenMLBB.egg-info/top_level.txt +0 -0
- {openmlbb-4.0.7 → openmlbb-4.0.8}/README.md +0 -0
- {openmlbb-4.0.7 → openmlbb-4.0.8}/setup.cfg +0 -0
- {openmlbb-4.0.7 → openmlbb-4.0.8}/tests/test_client_ip.py +0 -0
- {openmlbb-4.0.7 → openmlbb-4.0.8}/tests/test_endpoints.py +0 -0
- {openmlbb-4.0.7 → openmlbb-4.0.8}/tests/test_user_router.py +0 -0
- {openmlbb-4.0.7 → openmlbb-4.0.8}/tests/test_validation_errors.py +0 -0
|
@@ -374,7 +374,7 @@ def test_blog_list_includes_v4_0_4_release_notes() -> None:
|
|
|
374
374
|
response = client.get("/blog")
|
|
375
375
|
|
|
376
376
|
assert response.status_code == 200
|
|
377
|
-
assert "MLBB API Web v4.0.7 Release Notes (4.0.6 -> 4.0.
|
|
377
|
+
assert "MLBB API Web v4.0.7 Release Notes (4.0.6 -> 4.0.8)" in response.text or "MLBB API Web v4.0.7 Release Notes (4.0.6 -> 4.0.8)" in response.text
|
|
378
378
|
assert "MLBB API Web v4.0.4 Release Notes (3.2.3 -> 4.0.4)" in response.text or "MLBB API Web v4.0.4 Release Notes (3.2.3 -> 4.0.4)" in response.text
|
|
379
379
|
|
|
380
380
|
|
|
@@ -382,7 +382,7 @@ def test_blog_detail_v4_0_7_release_notes_includes_typescript_alternative() -> N
|
|
|
382
382
|
response = client.get("/blog/mlbb-api-web-v4-0-7-release-notes-4-0-6-4-0-7")
|
|
383
383
|
|
|
384
384
|
assert response.status_code == 200
|
|
385
|
-
assert "Version move: 4.0.6 -> 4.0.
|
|
385
|
+
assert "Version move: 4.0.6 -> 4.0.8" in response.text or "Version move: 4.0.6 -> 4.0.8" in response.text
|
|
386
386
|
assert "npm install mlbb-sdk" in response.text
|
|
387
387
|
|
|
388
388
|
|
|
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
|