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

Input from text files #2

Open
PK-cod3ch3mist opened this issue Oct 9, 2022 · 0 comments
Open

Input from text files #2

PK-cod3ch3mist opened this issue Oct 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@PK-cod3ch3mist
Copy link
Owner

Required a function for the test collection class that can siphon inputs from a .txt file.
Required features:

  • The function maps the inputs (in a separate file for convenience) (separated by spaces) to the expected functions parameters
  • The function that checks if the outputs match the expected output in a text file.

The tough areas/problems

  • The mapping of the variables in the UUT function to the values in the text file (any approach is good).
  • Conversion of input to the correct data type for function after reading.

Any approach/advice/remark to achieve the aim is entertained.

@PK-cod3ch3mist PK-cod3ch3mist added the enhancement New feature or request label Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant