Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Aug 16, 2023
1 parent 37de319 commit d378a26
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_explicit_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,10 @@ def func4(a):

def test_explicit_profile_with_duplicate_functions():
"""
Test that the user can enable the profiler explicitly from within their
code.
Test profiling duplicate functions with the explicit profiler
CommandLine:
pytest -sv tests/test_explicit_profile.py -k test_explicit_profile_with_duplicate_functions
"""
temp_dpath = ub.Path(tempfile.mkdtemp())

Expand Down

0 comments on commit d378a26

Please sign in to comment.