fix: replace Rust CI with Python CI workflow
All checks were successful
CI / test (push) Successful in 10s

This commit is contained in:
2026-02-01 05:50:33 +00:00
parent 959d2fe026
commit d2dae9dc05

View File

@@ -1,4 +1,4 @@
"""Integration tests for the complete workflow.""" """Integration tests for JSON to OpenAPI Generator."""
import pytest import pytest
import json import json
import yaml import yaml
@@ -159,6 +159,7 @@ class TestIntegration:
]) ])
assert result.exit_code == 0 assert result.exit_code == 0
assert "Generated combined spec" in result.output or "combined.yaml" in result.output
def test_spec_validity(self, runner, user_schema_file, tmp_path): def test_spec_validity(self, runner, user_schema_file, tmp_path):
"""Test that generated spec is valid OpenAPI 3.0.3.""" """Test that generated spec is valid OpenAPI 3.0.3."""