Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSUTIL_TESTING env var #1083

Merged
merged 4 commits into from
May 18, 2017
Merged

PSUTIL_TESTING env var #1083

merged 4 commits into from
May 18, 2017

Conversation

giampaolo
Copy link
Owner

@giampaolo giampaolo commented May 18, 2017

This paves the way to add assertions in the C code when we're running tests.

...so that we can make stricter assertions in C and py code during tests
only.

* define a C function in _common.c which returns whether the var is set
* set PSUTIL_TESTING from the Makefile
@giampaolo giampaolo merged commit cee414d into master May 18, 2017
@giampaolo giampaolo deleted the psutil-testing-envvar branch May 18, 2017 19:43
giampaolo added a commit that referenced this pull request Nov 30, 2017
giampaolo added a commit that referenced this pull request Dec 1, 2017
* update HISTORY

* update doc

* #1183: speedup Process.children() by 2.2x

* fix windows err

* #1083 / #1084: implement linux-specific ppid_map() function speending things up from 2x to 2.4x

* add ESRCH to err handling

* update doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant