Compare commits

..

No commits in common. "c10" and "c10s" have entirely different histories.
c10 ... c10s

5 changed files with 24 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

4
.gitignore vendored
View File

@ -1 +1,3 @@
jsonschema_specifications-2023.11.2.tar.gz
/jsonschema_specifications-2023.7.1.tar.gz
/jsonschema_specifications-2023.11.1.tar.gz
/jsonschema_specifications-2023.11.2.tar.gz

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# python-jsonschema-specifications
The python-jsonschema-specifications package

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

11
plans.fmf Normal file
View File

@ -0,0 +1,11 @@
discover:
- name: Smoke-tests
how: shell
tests:
- name: python-import-test
test: python3 -c 'import jsonschema_specifications'
require:
- python3-jsonschema-specifications
duration: 1m
execute:
how: tmt