文件名称:eq-schema-validator:eQ模式验证器-用于验证调查模式的API
文件大小:88KB
文件格式:ZIP
更新时间:2024-03-20 03:17:19
Python
eq-schema-validator 用于验证调查方案的API。 设置 brew install pyenv pip install --upgrade pip setuptools pipenv pipenv install --dev 跑步 要运行该应用程序: pipenv run ./scripts/run_app.sh 测验 要运行应用程序的单元测试: pipenv run ./scripts/run_tests_unit.sh 要测试应用程序的功能,请执行以下操作: pipenv run ./scripts/run_app.sh 然后,在另一个终端窗口/标签中,导航到eq-survey-runner的已签出副本: pipenv run ./scripts/test_schemas.sh --local
【文件预览】:
eq-schema-validator-master
----.gitignore(1KB)
----Dockerfile(291B)
----app()
--------__init__.py(0B)
--------views()
--------validation()
----schemas()
--------feedback_v1.json(2KB)
--------answers()
--------questions()
--------blocks()
--------common_definitions.json(11KB)
--------lists()
--------questionnaire_v1.json(5KB)
----.python-version(6B)
----LICENSE(1KB)
----Pipfile.lock(15KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(115B)
--------workflows()
----api.py(311B)
----scripts()
--------run_tests_unit.sh(418B)
--------run_lint.sh(913B)
--------build.sh(73B)
--------run_app.sh(71B)
----README.md(540B)
----tests()
--------test_schema_id_regex.py(4KB)
--------__init__.py(0B)
--------schemas()
--------test_schema_validation.py(20KB)
----Pipfile(280B)
----.pylintrc(14KB)
----tox.ini(104B)