summaryrefslogtreecommitdiff
path: root/psutil/tests/test_unicode.py
Commit message (Expand)AuthorAgeFilesLines
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-9/+9
* Remove Travis and Cirrus, use GH also for FreeBSD (#1880)Giampaolo Rodola2020-11-151-32/+27
* OSX: put sysctl() + KERN_PROCARGS2 in its own functionGiampaolo Rodola2020-11-111-2/+0
* skip GH action tests on osx + pypyGiampaolo Rodola2020-10-171-2/+1
* Wheels 3 (#1764)Giampaolo Rodola2020-05-231-11/+12
* Wheels2 (#1761)Giampaolo Rodola2020-05-181-6/+3
* Have GitHub build wheels on commit (#1758)Grzegorz Bokota2020-05-161-0/+1
* #1758: fix github failuresGiampaolo Rodola2020-05-151-3/+3
* restore file permissionsGiampaolo Rodola2020-05-051-0/+0
* Refactor process test utils methods (#1745)Giampaolo Rodola2020-05-011-6/+6
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-21/+17
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-281-9/+13
* Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-2/+4
* Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-241-61/+51
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* fix testsGiampaolo Rodola2020-02-131-0/+4
* #1659: provide error message in case of bugged PYPY2 versionGiampaolo Rodola2020-02-141-4/+0
* refactor docGiampaolo Rodola2020-02-121-5/+26
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-111-0/+5
* Fix test errors for PYPY.Giampaolo Rodola2020-02-091-0/+1
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-011-25/+1
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-1/+2
* Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-241-7/+4
* fix open_files() tests broken on windows due to case sensitivenessGiampaolo Rodola2020-01-031-1/+2
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-2/+2
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-1/+1
* skip test on PYPY + TravisGiampaolo Rodola2018-10-121-0/+1
* fix different travis failuresGiampaolo Rodola2018-10-121-0/+3
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-3/+3
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+366
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-366/+0
* Remove unused import 'psutil.tests' in test_unicode.py (#1231)Jon Dufresne2018-03-081-1/+0
* try to fix appveyor failure; also refactor generate_manifest.pyGiampaolo Rodola2017-11-081-1/+1
* try to limit false positives on appveyor/windowsGiampaolo Rodola2017-11-041-8/+9
* reap_children() in a finally block in order to limit false positivesGiampaolo Rodola2017-11-041-1/+2
* unicode tests: use different name for test dirGiampaolo Rodola2017-11-041-5/+9
* give CREDITS to @adpag for #1159, #1160 and #1161Giampaolo Rodola2017-10-281-1/+3
* Fix test asserts due to leftover test subprocesses (#1161)Adrian Page2017-10-281-0/+1
* update doc urlGiampaolo Rodola2017-09-071-1/+1
* remove dead codeGiampaolo Rodola2017-05-191-15/+0
* skip UNIX socket tests on SUNOSGiampaolo Rodola2017-05-181-0/+2
* test utils refactoringGiampaolo Rodola2017-05-171-0/+2
* smarter appveyor commit files filteringGiampaolo Rodola2017-05-171-1/+0
* Ignore arcane safe_rmpath error on APPVEYOR.Giampaolo Rodola2017-05-171-1/+23
* try to avoid failures on winGiampaolo Rodola2017-05-121-0/+16
* 1058 enable fix warnings (#1059)Giampaolo Rodola2017-05-101-1/+9
* make test file executableGiampaolo Rodola2017-05-051-0/+0
* use mock to raise an exc instead of picking up the low level C functionGiampaolo Rodola2017-05-051-5/+9
* skip failing testGiampaolo Rodola2017-05-041-0/+1
* try to minimize dll related test failuresGiampaolo Rodola2017-05-041-1/+0