Skip to content

Commit

Permalink
more info
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Dec 19, 2023
1 parent 0fd041d commit 6051f4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion psutil/tests/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,8 @@ def test_cpu_times_comparison(self):
summed_values = base._make([sum(num) for num in zip(*per_cpu)])
for field in base._fields:
with self.subTest(
field=field, per_cpu=per_cpu, summed_values=summed_values
field=field, base=base, per_cpu=per_cpu,
summed_values=summed_values
):
self.assertAlmostEqual(
getattr(base, field),
Expand Down

0 comments on commit 6051f4a

Please sign in to comment.