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

CSV Value storage and retrieval step and tests #556

Conversation

tyBouch
Copy link
Collaborator

@tyBouch tyBouch commented Jun 12, 2023

This code will allow us to store an unknown value in a row and column we don't intend to change to verify later.

Example:
Instruction files are generated by app
User indicates they will follow the instructions
Verify the app does what the instructions say without modifying the file

Currently we do not support checking against unmodified CSV values/storing them.

@tyBouch tyBouch requested a review from dougnoel as a code owner June 12, 2023 23:07
@tyBouch tyBouch self-assigned this Jun 12, 2023
@tyBouch tyBouch linked an issue Jun 12, 2023 that may be closed by this pull request
@tyBouch tyBouch enabled auto-merge June 12, 2023 23:07
@sonarcloud
Copy link

sonarcloud bot commented Jun 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

83.3% 83.3% Coverage
0.0% 0.0% Duplication

@tyBouch tyBouch merged commit 17e8cc6 into main Jun 28, 2023
5 checks passed
@tyBouch tyBouch deleted the 555As_a_user_I_wish_to_store_the_contents_of_a_CSV_for_verification branch June 28, 2023 04:00
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.

As a user I wish to store the contents of a CSV for verification
3 participants