summaryrefslogtreecommitdiff
path: root/psutil/tests/test_unicode.py
Commit message (Expand)AuthorAgeFilesLines
...
* fix freebsd failureGiampaolo Rodola2017-04-301-3/+5
* define support constants to check availability of functionalitiesGiampaolo Rodola2017-04-301-2/+2
* avoid to use @skipUnless in tests; always use @skipIf (a lot clearer)Giampaolo Rodola2017-04-301-5/+5
* better way to skip unicode testsGiampaolo Rodola2017-04-301-19/+40
* #1039 make sure we never return unicodeGiampaolo Rodola2017-04-301-1/+0
* add a new test_contracts.py test suite which checks API sanity, mainly in ter...Giampaolo Rodola2017-04-301-114/+1
* skip unavailable testsGiampaolo Rodola2017-04-301-0/+3
* add test which checks all str-related APIs return a str type and never unicodeGiampaolo Rodola2017-04-301-9/+130
* skip all unicode tests if subprocess module is not able to deal with the funk...Giampaolo Rodola2017-04-301-0/+14
* add a test case which exposes #1013 on FreeBSDGiampaolo Rodola2017-04-291-19/+12
* refactoringGiampaolo Rodola2017-04-291-10/+9
* memleak / connections: create also UDP sockets in order to excercise more C c...Giampaolo Rodola2017-04-291-2/+2
* disable failing tests on travisGiampaolo Rodola2017-04-291-1/+5
* refactor UNIX testsGiampaolo Rodola2017-04-281-31/+34
* 1032: test process connections against 2 unix socketsGiampaolo Rodola2017-04-281-4/+11
* add unicode test for net_connections()Giampaolo Rodola2017-04-271-3/+28
* refactor C codeGiampaolo Rodola2017-04-281-1/+1
* fix test; C: reuse variableGiampaolo Rodola2017-04-281-3/+7
* minor refactoringGiampaolo Rodola2017-04-281-1/+2
* define a reusable bind_unix_socket() test utilityGiampaolo Rodola2017-04-281-23/+9
* refactor testsGiampaolo Rodola2017-04-281-9/+16
* add unicode test for Process.connections('unix')Giampaolo Rodola2017-04-281-1/+28
* make create_exe() utility function a lot faster by copying the python exe by ...Giampaolo Rodola2017-04-281-17/+12
* update docstringGiampaolo Rodola2017-04-281-7/+8
* speed up unicode testsGiampaolo Rodola2017-04-281-13/+11
* move unicode tests in their own fileGiampaolo Rodola2017-04-281-0/+202