Проект по работе с тестами для проверки знаний, для которых возможна конвертация в различные форматы парсинга популярными онлайн-ресурсами и интеграции в существующие системы тестирования.
master
LeonBlue
add docs/examples/test_tests.txt and update README.md, deploy/docker-compose.yml, docs/vision.md add packages/client/pyproject.toml add packages/client/src/leonblue_client/__init__.py add packages/client/src/leonblue_client/app.py add packages/core/pyproject.toml add packages/core/src/leonblue_core/__init__.py add packages/core/src/leonblue_core/models.py add packages/core/src/leonblue_core/parser.py add packages/server/pyproject.toml add packages/server/src/leonblue_server/__init__.py add packages/server/src/leonblue_server/api.py add requirements.txt add .github/workflows/ci.yml add .gitignore add .pre-commit-config.yaml add .editorconfig add .flake8 add .pytest.ini add .pre-commit-config.yaml add .flake8 add .pytest.ini add .pre-commit-config.yaml add .flake8 add .pytest.ini
Enhance GitVerse CI workflow with Docker availability checks and updated documentation
Enhance README.md with updated project goals, quick start instructions, and Docker setup. Add API endpoints for document parsing and GIFT export. Update requirements.txt to include Flask and Requests. Modify CI workflow for Python tests. Update Docker configurations for client and server integration. Refactor client package to include Flask GUI alongside CLI.
Add support for essay question type and update related documentation
Refactor parse_ordering_question to improve element parsing and error handling
Update .gitignore and README.md to include additional ignored files and enhance project documentation with goals, repository structure, client tab plans, and next steps.
Add Makefile for automating Docker image build and push processes; update README.md with usage instructions for GitVerse integration.
Update pytest.ini to enable automatic detection of asynchronous tests
Refactor requirements and CI workflow for improved dependency management