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

doc(README): command to launch tests was incorrect #134

Merged
merged 1 commit into from
Jun 25, 2024
Merged

doc(README): command to launch tests was incorrect #134

merged 1 commit into from
Jun 25, 2024

Conversation

Psycojoker
Copy link
Collaborator

No description provided.

@Psycojoker Psycojoker added the documentation Improvements or additions to documentation label Jun 25, 2024
@Psycojoker Psycojoker requested a review from hoh June 25, 2024 15:18
@github-actions github-actions bot added the BLUE This PR is simple and straightforward. label Jun 25, 2024
Copy link

Summary:
The PR involves a minor change in the README file. The diff shows a typo correction from hatch run test:run to hatch run testing:run. This change is likely to be a straightforward correction and does not introduce any significant new features, modifications to existing logic, or extensive changes that could potentially introduce bugs.

Highlighting relevant parts of the diff:

diff --git a/README.md b/README.md
index cfc7e1a4..3d2aea9c 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ $ pip install -e .[all]
 You can use the test env defined for hatch to run the tests:
 
 ```shell
-$ hatch run test:run
+$ hatch run testing:run

This change is purely a typo correction and does not affect the functionality of the codebase, nor does it introduce any substantial risks. Therefore, it is categorized as 'BLUE'.

@hoh hoh merged commit fb67b7a into main Jun 25, 2024
16 checks passed
@hoh hoh deleted the fix-readme branch June 25, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLUE This PR is simple and straightforward. documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants