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

[Req] Improve tests #2

Open
PrashanthaTP opened this issue Mar 19, 2023 · 0 comments
Open

[Req] Improve tests #2

PrashanthaTP opened this issue Mar 19, 2023 · 0 comments
Labels
tests Related to testing functionality

Comments

@PrashanthaTP
Copy link
Owner

Is your proposal related to a problem?

No , Its related to developer experience

Describe alternatives you've considered

Additional context

Currently test.sh is being used
to run the tests

input_file=${root_dir}/temp/src.md
output_file=${root_dir}/temp/output.md
lang=python
echo "[#8] ./main --input ${input_file} --output ${output_file} --lang ${lang}"
./main --input ${input_file} --output ${output_file} --lang ${lang}

Developer has to manually verify the output dumped onto the terminal,
Wouldn't be better to somehow automate the verification of the results?

@PrashanthaTP PrashanthaTP added the tests Related to testing functionality label Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Related to testing functionality
Projects
None yet
Development

No branches or pull requests

1 participant