Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpipy committed Feb 26, 2024
1 parent b6af257 commit f084329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ One command has a unit test, because one `git-*` command is just do one thing, s

For example,

1. The `git-alias` should has a test suite, so create `test_git_alias.py` in the directory `test`
1. The `git-alias` should have a test suite, so create `test_git_alias.py` in the directory `test`
2. Create a test class `TestGitAlias` in the `test_git_alias.py`
3. Create a test case `test_init`, and some test fixtures can be used, `temp_repo`, `named_temp_repo` etc.
* `temp_repo` is module scoped fixture which create a temporary directory and available in the test suite `test_git_alias.py`.
Expand Down

0 comments on commit f084329

Please sign in to comment.