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

New Makefile target to run a solo test #446

Open
billschereriii opened this issue Dec 20, 2023 · 0 comments
Open

New Makefile target to run a solo test #446

billschereriii opened this issue Dec 20, 2023 · 0 comments
Labels
area: build Issues related to builds, makefiles, installs, etc area: test Issues related to the test suite type: feature Issues that include feature request or feature idea type: usability Issues related to ease of use

Comments

@billschereriii
Copy link
Contributor

Description

To run a single test in SmartRedis currently requires execution of several manual steps. A new Makefile target could automate these.

Justification

It's a small simplification that means that developers won't need to remember manual steps.

Implementation Strategy

Create a new Make target, test-solo that accepts an argument for the target test as well as all the standard args. Duplicate or tweak the automation framework to run just this test.

@billschereriii billschereriii added type: feature Issues that include feature request or feature idea area: build Issues related to builds, makefiles, installs, etc area: test Issues related to the test suite type: usability Issues related to ease of use labels Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build Issues related to builds, makefiles, installs, etc area: test Issues related to the test suite type: feature Issues that include feature request or feature idea type: usability Issues related to ease of use
Projects
None yet
Development

No branches or pull requests

1 participant