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

Add automated testing to rs-booster #22

Merged
merged 3 commits into from
Aug 31, 2022
Merged

Add automated testing to rs-booster #22

merged 3 commits into from
Aug 31, 2022

Conversation

JBGreisman
Copy link
Member

Although I envision rs-booster being used to write commandline tools that are challenging to thoroughly test with automated unit tests, I also think it is good practice to have an automated test suite that will at least catch egregious errors. For example, it should at least be possible to import rsbooster if the package is installed.

I also think it will be good practice to write applications in ways that can be tested thoroughly, and to then wrap the relevant functions with commandline interfaces to make them user-friendly. This PR is a step towards these goals.

@JBGreisman
Copy link
Member Author

I swear that initial failed test was on purpose...

@JBGreisman JBGreisman merged commit 95a9b16 into main Aug 31, 2022
@JBGreisman JBGreisman deleted the testing branch August 31, 2022 23:11
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.

1 participant