Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
79583b56
Commit
79583b56
authored
Aug 28, 2016
by
Jason Rhinelander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor doc fix: ``make test`` -> ``make pytest``
The test target changed with the new testing framework.
parent
8c419746
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
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
pytest``
)
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