Skip to content

Fix pytest_line_profiler to allow usage with class methods - #8

Open
fgmacedo wants to merge 1 commit into
mgaitan:mainfrom
fgmacedo:patch-1
Open

Fix pytest_line_profiler to allow usage with class methods#8
fgmacedo wants to merge 1 commit into
mgaitan:mainfrom
fgmacedo:patch-1

Conversation

@fgmacedo

Copy link
Copy Markdown

Hi! Thanks for this lib.

I've encountered issue #2 when trying to profile a class method. I've found that the LineProfiler already supports class methods, so the problem was only on the import with a dotted string.

Closes #2 .

Best!

@Mogost

Mogost commented Dec 8, 2023

Copy link
Copy Markdown

@mgaitan could you check this please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Profiling class methods

2 participants