Skip to content

Conversation

@dvalinrh
Copy link
Contributor

@dvalinrh dvalinrh commented May 2, 2025

Description

Adding in the ability of the test to verify that it is working properly after changes are made

Mapping results to regexp
Warehouses:Bops
4:253591
8:495099
12:570468
16:639118

Regexp file contents
%_header
Warehouses:Bops
%_multiples
[[:digit:]]{1,}:[1-9]{1}[0-9]{0,}$

%_header: Indicates the next line is a header that we need to match.

%_multiples
Field1: Matches anything.
Field2: Success if the value is non-zero

Before/After Comparison

Before: Testing of changes had to be done manually.
After: Testing is now performed automatically.

Clerical Stuff

This closes #40

Relates to JIRA: RPOPC-430

@dvalinrh dvalinrh requested a review from a team May 2, 2025 13:27
# Field 2: A non zero numerical value
#
# Detailed description
# [[:digit:]]{1,}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just simply say positive whole number.

@dvalinrh
Copy link
Contributor Author

Will be using python and json instead of regexp.

@dvalinrh dvalinrh closed this Aug 19, 2025
@dvalinrh dvalinrh deleted the verifcation branch August 19, 2025 08:49
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.

Add files for verification

2 participants