Simple TestsΒΆ

Simple tests are the most basic tests available in pythonwhat. They usually don’t focus on specific pieces of a submission (like part checks), or re-run any code (:doc:`like expression tests </expression_tests.md>). Instead, they simply look at things like imports, printed output, or raw code text. A final, common use is to test the value of a variable in the final environment (that is, after the submission of solution code have been run).