PyTest - Writing Assertions
You want to write a PyTest test that checks if a list
nums contains only positive numbers. Which assert statement best uses PyTest's core mechanism to do this?