We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80f798 commit 6b452c0Copy full SHA for 6b452c0
vmprof/test/test_config.py
@@ -41,7 +41,7 @@ def test_parser_arg_precedence():
41
assert args.period == 5.0
42
assert args.web is False
43
assert args.web_url == "example.com"
44
- assert args.no_native == False
+ assert args.mem == False
45
46
47
def test_parser_without_section():
0 commit comments