Skip to content

docs(contributing): correct test directory reference from test/ to tests/ - #89

Open
emre155 wants to merge 1 commit into
anxkhn:mainfrom
emre155:fix/contributing-test-dir-ref
Open

docs(contributing): correct test directory reference from test/ to tests/#89
emre155 wants to merge 1 commit into
anxkhn:mainfrom
emre155:fix/contributing-test-dir-ref

Conversation

@emre155

@emre155 emre155 commented Jul 18, 2026

Copy link
Copy Markdown

Summary

Fixes two incorrect test runner commands in CONTRIBUTING.md that targeted the non-existent test/ directory instead of the actual tests/ directory (closes #10).

Changes

  • Changed pytest test/ -v to pytest tests/ -v in both getting started and testing sections of CONTRIBUTING.md.

Signed-off-by: emreumar emreumar@users.noreply.github.com

…sts/

Signed-off-by: emreumar <emreumar@users.noreply.github.com>
@emre155
emre155 requested a review from anxkhn as a code owner July 18, 2026 16:52
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.

CONTRIBUTING.md references wrong test directory 'test/' instead of 'tests/'

2 participants