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

Add test cases and handle exceptions for undefined rules #61

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

SmetDenis
Copy link
Member

Added additional tests for when schema file not found and when certain rules are left undefined. These tests cover cases for allowed values, date formats, disallowed values, and regex pattern. Furthermore, a new rule for checking whether a cell data is trimmed was introduced. Also fixed some formatting errors and updated the README file.

Added additional tests for when schema file not found and when certain rules are left undefined. These tests cover cases for allowed values, date formats, disallowed values, and regex pattern. Furthermore, a new rule for checking whether a cell data is trimmed was introduced. Also fixed some formatting errors and updated the README file.
@coveralls
Copy link

coveralls commented Mar 19, 2024

Pull Request Test Coverage Report for Build 8342229639

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+1.0%) to 96.373%

Totals Coverage Status
Change from base Build 8340614440: 1.0%
Covered Lines: 930
Relevant Lines: 965

💛 - Coveralls

Removed unused IsJson import in IsTrimmedTest which was not being used. Additionally, added proper spacing in the test string of StratsWithTest to improve the readability of the code. The main goal of this commit is to maintain cleaner and well-formatted test files.
@SmetDenis SmetDenis merged commit 1735c8d into master Mar 19, 2024
24 checks passed
@SmetDenis SmetDenis deleted the new-tests branch March 19, 2024 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants