summaryrefslogtreecommitdiff
path: root/psutil/tests/test_misc.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-10/+10
* Win: fix running tests in a virtual environment (#2216)Matthieu Darbois2023-03-271-0/+2
* disable flaky test + small Makefile refactGiampaolo Rodola2023-01-241-11/+9
* write extensive test suite for @memoize decoratorGiampaolo Rodola2022-12-151-2/+104
* add flake8-quotes pluginGiampaolo Rodola2022-05-251-1/+1
* introduce flake8-bugbear code checkerGiampaolo Rodola2022-05-251-1/+1
* Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-161-1/+1
* [Linux] cat/bcat utils refactoring (#2053)Giampaolo Rodola2022-01-081-0/+14
* use explicit 'raise self.fail(...)' in unit testsGiampaolo Rodola2022-01-071-3/+3
* move stuff around in test_misc.pyGiampaolo Rodola2022-01-071-66/+78
* fix #2048: str(psutil.Error) raise AttributeErrorGiampaolo Rodola2022-01-071-1/+10
* pre-releaserelease-5.9.0Giampaolo Rodola2021-12-291-0/+2
* assert scripts have +x bitGiampaolo Rodola2021-12-151-5/+6
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-6/+6
* Fix CI tests / wheels / workflow (#2024)Giampaolo Rodola2021-11-291-5/+1
* Changes to debug() function:Giampaolo Rodola2021-10-141-0/+31
* Improve custom error tracebacks and messages (#1992)Giampaolo Rodola2021-10-031-32/+46
* Remove Travis and Cirrus, use GH also for FreeBSD (#1880)Giampaolo Rodola2020-11-151-7/+0
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-1/+8
* Fix py 3.9 [WinError 998] Invalid access to memory location (#1866)Giampaolo Rodola2020-10-311-2/+1
* If the batery is not available set it to false (#1717)Tomáš Chvátal2020-08-131-0/+2
* Wheels 3 (#1764)Giampaolo Rodola2020-05-231-1/+1
* fix some testsGiampaolo Rodola2020-05-151-1/+1
* Refactor tests calling all process methods (process_namespace class) (#1749)Giampaolo Rodola2020-05-041-3/+1
* Process wait() improvements (#1747)Giampaolo Rodola2020-05-031-6/+14
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-3/+4
* show status() in __repr__Giampaolo Rodola2020-04-281-0/+2
* Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-2/+2
* skip scripts test if can't locate directoryGiampaolo Rodola2020-04-241-4/+1
* MemoryLeakTest class enhancements (#1731)Giampaolo Rodola2020-04-231-299/+0
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-241-4/+5
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-1/+2
* fix various testsGiampaolo Rodola2019-06-141-0/+4
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-141-0/+2
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-2/+2
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-1/+1
* test: avoid failing at import timeGiampaolo Rodola2019-03-061-2/+2
* Fix #1329: [AIX] disable some functions based on availability in libperfstat ...wiggin152019-03-051-3/+4
* #1373: different approach to oneshot() cache (pass Process instances around -...Giampaolo Rodola2018-12-131-2/+2
* Refactored ps() function in test_posix (#1341)E. M. Bray2018-09-261-0/+10
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+1046
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-1046/+0
* add test for safe_mkdirGiampaolo Rodola2018-02-231-0/+7
* do not test platf specific modules on wheelhouseGiampaolo Rodola2017-11-231-2/+1
* try to fix travis failureGiampaolo Rodola2017-11-231-14/+9
* fix travis failuresGiampaolo Rodola2017-11-231-0/+8
* try to use PYTHON_EXE instead of sys.executableGiampaolo Rodola2017-11-221-2/+2
* disable IPv6 tests if IPv6 is not supportedGiampaolo Rodola2017-11-111-1/+2
* fix failure on osx/travisGiampaolo Rodola2017-11-041-0/+4