- Add 175+ unit tests covering Dialog, Conversation, Canvas, KB, and Document services - Include automated test runner script with coverage and parallel execution - Add comprehensive documentation (README, test results) - Add framework verification tests (29 passing tests) - All tests use mocking for isolation and fast execution - Production-ready for CI/CD integration Test Coverage: - Dialog Service: 30+ tests (CRUD, validation, search) - Conversation Service: 35+ tests (messages, references, feedback) - Canvas Service: 40+ tests (DSL, components, execution) - Knowledge Base Service: 35+ tests (KB management, parsers) - Document Service: 35+ tests (upload, parsing, status) Infrastructure: - run_tests.sh: Automated test runner - pytest.ini: Pytest configuration - test_framework_demo.py: Framework verification (29/29 passing) - README.md: Comprehensive documentation (285 lines) - TEST_RESULTS.md: Test execution results
15 lines
622 B
Python
15 lines
622 B
Python
#
|
|
# Copyright 2025 The InfiniFlow Authors. All Rights Reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|