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

Added regtech-regex in pyproject, updated code to use #138

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

jcadam14
Copy link
Contributor

Closes #135

Thought about adding a check for rssd_id but by saying it has to be an int in the DTO there's no need for the check. Only negative (hesitate to call it that) is that we wouldn't be using the standard regtech-regex error_text. But that's probably fine, unless we want to change rssd_id to a string and then check the regex.

@jcadam14 jcadam14 self-assigned this Apr 16, 2024
@jcadam14 jcadam14 linked an issue Apr 16, 2024 that may be closed by this pull request
Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  src/regtech_user_fi_management
  config.py
  src/regtech_user_fi_management/entities/models
  dto.py
Project Total  

This report was generated by python-coverage-comment-action

Copy link
Collaborator

@lchen-2101 lchen-2101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lchen-2101 lchen-2101 merged commit 919099d into main Apr 17, 2024
4 checks passed
@lchen-2101 lchen-2101 deleted the 135-implement-regtech_regex-for-data-validation branch April 17, 2024 17:52
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.

Implement regtech_regex for data validation
2 participants