Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
79583b56
Commit
79583b56
authored
Aug 28, 2016
by
Jason Rhinelander
Browse files
Minor doc fix: ``make test`` -> ``make pytest``
The test target changed with the new testing framework.
parent
8c419746
Changes
1
Hide 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 @
79583b56
...
@@ -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