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

Refactor test suite structure and update namespaces #34

Merged
merged 9 commits into from
Mar 17, 2024

Conversation

SmetDenis
Copy link
Member

@SmetDenis SmetDenis commented Mar 16, 2024

The commit renames and restructures test files, shifting them from the Blueprint namespace to more specific and relevant namespaces. This includes updating of use statements and class extensions accordingly. It also relocates certain utility functions to a central Tools class for shared use.

Denis Smet added 6 commits March 17, 2024 02:13
The commit renames and restructures test files, shifting them from the `Blueprint` namespace to more specific and relevant namespaces. This includes updating of `use` statements and class extensions accordingly. It also relocates certain utility functions to a central `Tools` class for shared use.
@coveralls
Copy link

coveralls commented Mar 16, 2024

Pull Request Test Coverage Report for Build 8314091029

Details

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

Totals Coverage Status
Change from base Build 8310670078: 0.1%
Covered Lines: 735
Relevant Lines: 775

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 8310977355

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.71%

Totals Coverage Status
Change from base Build 8310670078: 0.0%
Covered Lines: 734
Relevant Lines: 775

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8310977355

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.71%

Totals Coverage Status
Change from base Build 8310670078: 0.0%
Covered Lines: 734
Relevant Lines: 775

💛 - Coveralls

Denis Smet added 3 commits March 17, 2024 04:07
This commit modifies the documentation in README and full.yml, correcting a spelling mistake and removing case-sensitivity notes for better clarity. It also updates the help options in several rule classes by eliminating case-sensitivity statements. Unneeded debug lines in ValidateCsvTest have been removed.
A minor typo in the README.md file has been fixed to improve readability. The slight punctuation error within the "Batch processing" section was corrected where a comma was missing after stating the use of the flag to ignore filename pattern.
This commit includes a new test case to strengthen validation of empty strings in the RegexTest.php. Also, the schema in example_full.yml has been greatly expanded to encompass additional rules and aggregate rules for more comprehensive validation. Apart from that, the README.md content structure has been modified for better clarity and readability.
@SmetDenis SmetDenis merged commit 8640b7e into master Mar 17, 2024
24 checks passed
@SmetDenis SmetDenis deleted the test-refactoring branch March 17, 2024 08:25
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.

None yet

2 participants