Skip to content

Commit

Permalink
Correct tests folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
michplunkett committed Aug 18, 2024
1 parent 5d4c24e commit 24b6116
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ repos:
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: name-tests-test
- id: check-docstring-first
- id: check-executables-have-shebangs
- id: check-json
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Update this file with the GitHub usernames that are relevant to your repository.

/project/ @michplunkett
/test/ @michplunkett
/tests/ @michplunkett
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ lifting for a python project so that people can hit the ground running with thei

## Standard Commands
- `make lint`: Runs `pre-commit`.
- `make test`: Runs test cases in the `test` directory.
- `make test`: Runs test cases in the `tests` directory.
- `make run`: Runs the `main` function in the `project` folder.
File renamed without changes.
File renamed without changes.

0 comments on commit 24b6116

Please sign in to comment.