Verified Commit 77dbc4e3 authored by Dan Jones's avatar Dan Jones
Browse files

fix: readme referenced a deleted script

- Added a script to simplify running the js tests
- Updated readme
parent 714a573a
Pipeline #229671 passed with stages
in 1 minute and 16 seconds
...@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
### Changed
- Upgraded openapi-spec-validator to latest release (0.7.1)
- Upgraded openapi-schema-validator to latest release (0.6.2)
## [v1.0.0] - 2024-08-28 ## [v1.0.0] - 2024-08-28
### Changed ### Changed
......
...@@ -93,7 +93,7 @@ python3 -m unittest discover ...@@ -93,7 +93,7 @@ python3 -m unittest discover
2. Test 2 - Use javascript validators 2. Test 2 - Use javascript validators
``` ```
# Compile schema and run javascript validation tests in docker # Compile schema and run javascript validation tests in docker
python3 test-js.py bash test-js.sh
``` ```
## Quick Links ## Quick Links
......
...@@ -3,5 +3,5 @@ Flask ...@@ -3,5 +3,5 @@ Flask
flask-restx flask-restx
flasgger flasgger
flask-marshmallow flask-marshmallow
openapi-schema-validator==0.4.1 openapi-schema-validator==0.6.2
openapi-spec-validator==0.5.2 openapi-spec-validator==0.7.1
\ No newline at end of file \ No newline at end of file
#! /usr/bin/env bash
cd tests-js/docker
docker compose up --build
exit $?
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment