Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config files and test cases #4

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

andreasjansson
Copy link
Member

@andreasjansson andreasjansson commented Sep 10, 2024

🚀 This description was created by Ellipsis for commit 895e39c

Summary:

Enhancements to cog-safe-push include configuration file support, improved test case handling, and refactored output matching logic, with updates to documentation and tests.

Key points:

  • Enhance cog-safe-push with configuration file support.
  • Improve test case handling and refactor output matching logic.
  • Update README.md with configuration file usage and new command-line options.
  • Add include_file_metadata parameter in cog_safe_push/ai.py.
  • Introduce Config, PredictConfig, TrainConfig, FuzzConfig, and TestCase classes in cog_safe_push/config.py.
  • Add TestCaseFailedError in cog_safe_push/exceptions.py.
  • Refactor cog_safe_push/main.py for configuration file support.
  • Separate output matching logic in cog_safe_push/match_outputs.py.
  • Enhance test case handling in cog_safe_push/predict.py.
  • Update integration tests in integration_test/integration_test.py.
  • Add pydantic dependency in setup.py.
  • Add format and update integration-test scripts.
  • Update and add tests for new functionalities.

Generated with ❤️ by ellipsis.dev

@andreasjansson andreasjansson force-pushed the config-and-test-cases branch 5 times, most recently from d9a2815 to 358a6fb Compare September 11, 2024 09:45
cog_safe_push/main.py Show resolved Hide resolved
cog_safe_push/main.py Show resolved Hide resolved
cog_safe_push/main.py Show resolved Hide resolved
@andreasjansson andreasjansson merged commit 9f0b185 into main Sep 11, 2024
2 checks passed
@andreasjansson andreasjansson deleted the config-and-test-cases branch September 11, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant