Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
5d1d380e
Commit
5d1d380e
authored
Aug 29, 2016
by
Wenzel Jakob
Committed by
GitHub
Aug 29, 2016
Browse files
Merge pull request #370 from jagerman/contributing-test-target
Minor doc fix: ``make test`` -> ``make pytest``
parents
8c419746
79583b56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CONTRIBUTING.md
CONTRIBUTING.md
+2
-2
No files found.
CONTRIBUTING.md
View file @
5d1d380e
...
@@ -25,8 +25,8 @@ adhere to the following rules to make the process as smooth as possible:
...
@@ -25,8 +25,8 @@ adhere to the following rules to make the process as smooth as possible:
*
Make a new branch for every feature you're working on.
*
Make a new branch for every feature you're working on.
*
Make small and clean pull requests that are easy to review but make sure they
*
Make small and clean pull requests that are easy to review but make sure they
do add value by themselves.
do add value by themselves.
*
Add tests for any new functionality and run the test suite (
``make test``
)
to
*
Add tests for any new functionality and run the test suite (
``make
py
test``
)
ensure that no existing features break.
to
ensure that no existing features break.
*
This project has a strong focus on providing general solutions using a
*
This project has a strong focus on providing general solutions using a
minimal amount of code, thus small pull requests are greatly preferred.
minimal amount of code, thus small pull requests are greatly preferred.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment