CFMTech / pytest-monitor

Pytest plugin for analyzing resource usage during test sessions
MIT License
173 stars 16 forks source link

Change item name to follow the python object naming convention #5

Closed js-dieu closed 4 years ago

js-dieu commented 4 years ago

ITEM holds the function name using a pattern which separates modules from the function name. It would be better if the ITEM holds the full function path using '.' as the only separator.