Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-message-format
Commits
3753ac06
Verified
Commit
3753ac06
authored
7 months ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
fix: readme referenced a deleted script
- Added a script to simplify running the js tests - Updated readme
parent
2bbede24
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
CHANGELOG.md
CHANGELOG.md
+5
-0
README.md
README.md
+1
-1
requirements-dev.txt
requirements-dev.txt
+2
-2
test-js.sh
test-js.sh
+5
-0
No files found.
CHANGELOG.md
View file @
3753ac06
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README.md
View file @
3753ac06
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
requirements-dev.txt
View file @
3753ac06
...
...
@@ -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
This diff is collapsed.
Click to expand it.
test-js.sh
0 → 100644
View file @
3753ac06
#! /usr/bin/env bash
cd
tests-js/docker
docker compose up
--build
exit
$?
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment