-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #350 move tests in psutil namespace (and split them)
- Loading branch information
Showing
19 changed files
with
1,833 additions
and
1,741 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- The recommended way to run tests (also on Windows) is to cd into psutil root | ||
directory and run ``make test``. | ||
|
||
- Depending on the Python version dependencies for running tests include | ||
ipaddress, mock and unittest2 modules (get them on PYPI. | ||
On Windows also pywin32 and WMIC modules are recommended (although optional). | ||
Run ``make setup-dev-env`` to install them (also on Windows). | ||
|
||
- To run tests on all supported Python version install tox (pip install tox) | ||
then run ``tox``. | ||
|
||
- Every time a commit is pushed tests are automatically run on Travis: | ||
https://travis-ci.org/giampaolo/psutil/ |
Oops, something went wrong.