We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8b827 commit ff76178Copy full SHA for ff76178
tests/test_coverup_54.py
@@ -18,7 +18,6 @@ def clean_scalene_arguments():
18
def test_scalene_arguments_initialization(clean_scalene_arguments):
19
args = clean_scalene_arguments
20
assert args.cpu == True
21
- assert args.gpu == (platform.system() != "Darwin")
22
assert args.memory == (sys.platform != "win32")
23
assert args.stacks == False
24
assert args.cpu_percent_threshold == 1
0 commit comments