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

feat: enhance GORM testing with stricter constraints and validation #760

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

YidiDev
Copy link

@YidiDev YidiDev commented Sep 27, 2024

  • Removed gen.go and go.mod to streamline the codebase.
  • Added new types UserOriginal and UserModified with stricter name constraints.
  • Updated TestGORM to perform initial and second migrations.
  • Added tests to ensure data insertion respects new constraints.
  • Included checks for both invalid and valid data insertion.

Explain your user case and expected results

- Removed `gen.go` and `go.mod` to streamline the codebase.
- Added new types `UserOriginal` and `UserModified` with stricter
  name constraints.
- Updated `TestGORM` to perform initial and second migrations.
- Added tests to ensure data insertion respects new constraints.
- Included checks for both invalid and valid data insertion.
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.

2 participants