Pytest plugin to analyze your resource consumption during test phase.
copied from cf-staging / pytest-monitorPytest-monitor is a pytest plugin written in pure python. It helps in analyzing how your program behaves in terms of resource usage (depending on your code changes or dependencies's). It requires pytest, psutil and memory_profiler. Works with python 3.5+.