| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | show status() in __repr__ | Giampaolo Rodola | 2020-04-28 | 1 | -0/+2 |
| | | |||||
| * | Parallel tests (UNIX) (#1709) | Giampaolo Rodola | 2020-04-26 | 1 | -2/+2 |
| | | |||||
| * | skip scripts test if can't locate directory | Giampaolo Rodola | 2020-04-24 | 1 | -4/+1 |
| | | | | | | May happen on CI and when running tests via "python -m psutil.tests" since scripts dir is not installed. | ||||
| * | MemoryLeakTest class enhancements (#1731) | Giampaolo Rodola | 2020-04-23 | 1 | -299/+0 |
| | | |||||
| * | point all shebangs to python 3 | Giampaolo Rodola | 2020-02-15 | 1 | -1/+1 |
| | | |||||
| * | Add CI testing for FreeBSD (#1671) | Giampaolo Rodola | 2020-01-24 | 1 | -4/+5 |
| | | |||||
| * | PEP-3151: backport FS exceptions to Python 2 (#1544) | Giampaolo Rodola | 2019-06-28 | 1 | -1/+2 |
| | | |||||
| * | fix various tests | Giampaolo Rodola | 2019-06-14 | 1 | -0/+4 |
| | | |||||
| * | Connection family/type are not converted to enums (#1535) | Giampaolo Rodola | 2019-06-14 | 1 | -0/+2 |
| | | |||||
| * | test runner refactoring (avoid code duplication) | Giampaolo Rodola | 2019-03-13 | 1 | -2/+2 |
| | | |||||
| * | Coloured tests (#1459) | Giampaolo Rodola | 2019-03-13 | 1 | -1/+1 |
| | | | | Fixes #1458. | ||||
| * | test: avoid failing at import time | Giampaolo Rodola | 2019-03-06 | 1 | -2/+2 |
| | | |||||
| * | Fix #1329: [AIX] disable some functions based on availability in libperfstat ↵ | wiggin15 | 2019-03-05 | 1 | -3/+4 |
| | | | | | (#1349) | ||||
| * | #1373: different approach to oneshot() cache (pass Process instances around ↵ | Giampaolo Rodola | 2018-12-13 | 1 | -2/+2 |
| | | | | | - which is faster) | ||||
| * | Refactored ps() function in test_posix (#1341) | E. M. Bray | 2018-09-26 | 1 | -0/+10 |
| | | | | | | | * refactored ps() function that attepts to abstract away more platform-specific differences in the ps command * move open_text an open_binary tests to test_misc | ||||
| * | Revert "Move tests out of package to top level directory (#1232)" (#1242) | Giampaolo Rodola | 2018-03-11 | 1 | -0/+1046 |
| | | | | This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581. | ||||
| * | Move tests out of package to top level directory (#1232) | Jon Dufresne | 2018-03-09 | 1 | -1046/+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. | ||||
| * | add test for safe_mkdir | Giampaolo Rodola | 2018-02-23 | 1 | -0/+7 |
| | | |||||
| * | do not test platf specific modules on wheelhouse | Giampaolo Rodola | 2017-11-23 | 1 | -2/+1 |
| | | |||||
| * | try to fix travis failure | Giampaolo Rodola | 2017-11-23 | 1 | -14/+9 |
| | | |||||
| * | fix travis failures | Giampaolo Rodola | 2017-11-23 | 1 | -0/+8 |
| | | |||||
| * | try to use PYTHON_EXE instead of sys.executable | Giampaolo Rodola | 2017-11-22 | 1 | -2/+2 |
| | | |||||
| * | disable IPv6 tests if IPv6 is not supported | Giampaolo Rodola | 2017-11-11 | 1 | -1/+2 |
| | | |||||
| * | fix failure on osx/travis | Giampaolo Rodola | 2017-11-04 | 1 | -0/+4 |
| | | |||||
| * | fix test | Giampaolo Rodola | 2017-10-31 | 1 | -2/+2 |
| | | |||||
| * | use new PYTHON_EXE | Giampaolo Rodola | 2017-10-30 | 1 | -2/+2 |
| | | |||||
| * | 1044 osx zombies (#1100) | Giampaolo Rodola | 2017-06-07 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | * small refactoring * #1044: define a separate ctx manager which handles zombie processes * add create_zombie_proc utility function * disable test on windows * #1044: cmdline() was incorrectly raising AD instead of ZombieProcess * #1044: environ() was incorrectly raising AD instead of ZombieProcess * #1044: memory_maps() was incorrectly raising AD instead of ZombieProcess * #1044: threads() was incorrectly raising AD instead of ZombieProcess * enhance test * fix threads() | ||||
| * | remove useless posix cwd test | Giampaolo Rodola | 2017-05-18 | 1 | -1/+2 |
| | | |||||
| * | fix supports_ipv6 test | Giampaolo Rodola | 2017-05-16 | 1 | -3/+7 |
| | | |||||
| * | fix supports_ipv6 test | Giampaolo Rodola | 2017-05-16 | 1 | -0/+6 |
| | | |||||
| * | fix windows test; also do make clean on CI services in order to show python ↵ | Giampaolo Rodola | 2017-05-13 | 1 | -0/+3 |
| | | | | | warnings | ||||
| * | 1058 enable fix warnings (#1059) | Giampaolo Rodola | 2017-05-10 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | * #1058: have Makefile use PYTHONWARNINGS=all by default for (almost) all commands * #1058 fix linux tests warnings * #1058: try not to use imp module * #1058: get rid of imp module completely * #1058: ignore unicode warnings * #1058: ignore stderr from procsmem.py * #1058: fix resource warning from Popen * #1058: get rid of contextlib.nested (deprecated) | ||||
| * | move tests around | Giampaolo Rodola | 2017-05-09 | 1 | -19/+16 |
| | | |||||
| * | #802: expose clear_cache and attach it to disk and net io primary function ↵ | Giampaolo Rodola | 2017-05-09 | 1 | -0/+18 |
| | | | | | objects | ||||
| * | add test | Giampaolo Rodola | 2017-05-09 | 1 | -0/+17 |
| | | |||||
| * | add test | Giampaolo Rodola | 2017-05-09 | 1 | -1/+19 |
| | | |||||
| * | addd test | Giampaolo Rodola | 2017-05-09 | 1 | -0/+13 |
| | | |||||
| * | #802 add tests | Giampaolo Rodola | 2017-05-09 | 1 | -0/+74 |
| | | |||||
| * | expose cache_info() method | Giampaolo Rodola | 2017-05-09 | 1 | -1/+3 |
| | | |||||
| * | #802: change algorithm | Giampaolo Rodola | 2017-05-09 | 1 | -0/+12 |
| | | |||||
| * | #802: further tests for disappearing keys (impl is still broken) | Giampaolo Rodola | 2017-05-08 | 1 | -0/+11 |
| | | |||||
| * | #802: add test for disappearing keys which wrap | Giampaolo Rodola | 2017-05-08 | 1 | -0/+19 |
| | | |||||
| * | rewording | Giampaolo Rodola | 2017-05-08 | 1 | -3/+4 |
| | | |||||
| * | update tests | Giampaolo Rodola | 2017-05-08 | 1 | -31/+34 |
| | | |||||
| * | #802: handle the case where dict keys changes between calls | Giampaolo Rodola | 2017-05-08 | 1 | -1/+9 |
| | | |||||
| * | test was not correct | Giampaolo Rodola | 2017-05-08 | 1 | -4/+4 |
| | | |||||
| * | #802: test driven development ;) | Giampaolo Rodola | 2017-05-08 | 1 | -20/+12 |
| | | |||||
| * | #802 more tests | Giampaolo Rodola | 2017-05-08 | 1 | -7/+21 |
| | | |||||
| * | #802: first PoC of (not working) wrap function | Giampaolo Rodola | 2017-05-08 | 1 | -0/+45 |
| | | |||||
| * | refactor tests | Giampaolo Rodola | 2017-05-03 | 1 | -1/+2 |
| | | |||||
