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/integration_tests/storage
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>
11 months ago
..
test_clickzetta_volume.py Fix all remaining test file style issues for complete CI compliance 11 months ago