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
1 merge request!37Resolve "Upgrade python validator packages"
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.
## [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
### Changed
......
......@@ -93,7 +93,7 @@ python3 -m unittest discover
2. Test 2 - Use javascript validators
```
# Compile schema and run javascript validation tests in docker
python3 test-js.py
bash test-js.sh
```
## Quick Links
......
......@@ -3,5 +3,5 @@ Flask
flask-restx
flasgger
flask-marshmallow
openapi-schema-validator==0.4.1
openapi-spec-validator==0.5.2
\ No newline at end of file
openapi-schema-validator==0.6.2
openapi-spec-validator==0.7.1
\ 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