You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/api/tests
yunqiqiliang 44c117227d Fix all remaining test file style issues for complete CI compliance
- Replace all unittest assertions with pytest-style assertions
  - self.assertTrue() -> assert
  - self.assertEqual() -> assert ==
  - self.assertIn() -> assert in
  - self.assertFalse() -> assert not
  - self.assertRaises() -> pytest.raises()

- Ensure 100% ruff compliance (no remaining issues)
- All CI checks now pass completely:
   ruff check (no errors)
   ruff format (no changes needed)
   Docker Compose Template
   Web Style
   MyPy Type Checking

Ready for CI approval and merge\!

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
7 months ago
..
artifact_tests/dependencies build: introduce uv as Python package manager (#16317) 10 months ago
integration_tests Fix all remaining test file style issues for complete CI compliance 7 months ago
unit_tests feat(api): add UUIDv7 implementation in SQL and Python (#22058) 7 months ago
__init__.py Initial commit 3 years ago