summaryrefslogtreecommitdiff
path: root/psutil/tests/test_connections.py
Commit message (Expand)AuthorAgeFilesLines
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-3/+3
* Fix CI tests / wheels / workflow (#2024)Giampaolo Rodola2021-11-291-2/+0
* Remove Travis and Cirrus, use GH also for FreeBSD (#1880)Giampaolo Rodola2020-11-151-9/+0
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-95/+21
* Build wheel2 (#1762)Grzegorz Bokota2020-05-251-0/+2
* [macOS] Fix zombie leak detection on (#1766)Giampaolo Rodola2020-05-251-0/+3
* fix conn combos failure of #1762Giampaolo Rodola2020-05-231-17/+16
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-12/+11
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-281-9/+7
* Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-8/+12
* Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-241-60/+57
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-3/+6
* fix Cirrus failureGiampaolo Rodola2020-01-241-1/+2
* Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-241-8/+8
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-141-75/+182
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-2/+2
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-1/+1
* fix windows testGiampaolo Rodola2019-02-211-1/+1
* fix #1307: [Linux] disk_partitions() does not honour PROCFS_PATHGiampaolo Rodola2018-10-191-0/+1
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-5/+5
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+525
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-525/+0
* disable IPv6 tests if IPv6 is not supportedGiampaolo Rodola2017-11-111-0/+2
* Fix test asserts due to leftover test subprocesses (#1161)Adrian Page2017-10-281-1/+1
* disable failing test on travisGiampaolo Rodola2017-05-301-0/+3
* skip failing connection tests on solarisGiampaolo Rodola2017-05-181-1/+4
* sunos: fix som connections testsGiampaolo Rodola2017-05-181-3/+3
* fix travisGiampaolo Rodola2017-05-181-1/+0
* Fixes to net_connections() on FreeBSD. (#1079)Gleb Smirnoff2017-05-181-4/+0
* pass cwd and env to get_test_subprocess; reason: try to figure this out https...Giampaolo Rodola2017-05-171-1/+1
* #1076: fix UPDv4 addressGiampaolo Rodola2017-05-161-1/+1
* define a new HAS_CONNECTIONS_UNIX constantGiampaolo Rodola2017-05-161-4/+6
* Some fixes to IPv6 testing. (#1076)Gleb Smirnoff2017-05-161-17/+20
* speed up multi socks tests by waiting for multiple test files in parallelGiampaolo Rodola2017-05-161-9/+17
* prevent AccessDenied on OSXGiampaolo Rodola2017-05-161-2/+3
* ignore meGiampaolo Rodola2017-05-161-1/+1
* write more tests for connections() filteringGiampaolo Rodola2017-05-161-1/+33
* add another test case which exposes #1013Giampaolo Rodola2017-05-161-0/+30
* add test case which exposes #1013Giampaolo Rodola2017-05-151-0/+7
* add connections testsGiampaolo Rodola2017-05-151-10/+36
* 1058 enable fix warnings (#1059)Giampaolo Rodola2017-05-101-3/+8
* windows: fix battery testsGiampaolo Rodola2017-05-021-1/+2
* #1039 / freebsd / openbsd / connections('unix'): set laddr|raddr to '' instea...Giampaolo Rodola2017-05-021-8/+18
* small refactoring (ignore me)Giampaolo Rodola2017-05-011-20/+28
* refactoringGiampaolo Rodola2017-05-011-40/+26
* refactoringGiampaolo Rodola2017-05-011-3/+5
* refactoringGiampaolo Rodola2017-05-011-28/+25
* refactoringGiampaolo Rodola2017-05-011-8/+11
* netbsd opens a UNIX socket to /var/log/run which breaks our connection tesrs;...Giampaolo Rodola2017-05-011-9/+24