summaryrefslogtreecommitdiff
path: root/psutil/tests/test_sunos.py
Commit message (Collapse)AuthorAgeFilesLines
* Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-2/+2
|
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
|
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-2/+2
|
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-1/+1
| | | Fixes #1458.
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+45
| | | This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581.
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-45/+0
| | | | | | | | Cleanly separates tests from the package itself. Prevents the tests being installed to site-packages. Tests are still distributed with the source distribution by MANIFEST.in. Avoids installing tests in production environments, leading to less total code in the environment.
* avoid to use @skipUnless in tests; always use @skipIf (a lot clearer)Giampaolo Rodola2017-04-301-1/+1
|
* sunos: specific test for cpu_count()Giampaolo Rodola2017-01-241-0/+4
|
* rephrase and standardize test skip messagesGiampaolo Rodola2016-10-071-1/+1
|
* make more files executableGiampaolo Rodola2016-10-031-0/+0
|
* fix tox testsGiampaolo Rodola2016-02-081-2/+2
|
* fix #350 move tests in psutil namespace (and split them)Giampaolo Rodola2016-02-081-0/+41