L05 Quiz

txt

School

Brigham Young University, Idaho *

*We aren’t endorsed by this school

Course

111

Subject

Computer Science

Date

Feb 20, 2024

Type

txt

Pages

1

Uploaded by CaptainMaskPelican29

Report
L05 Ponder: Check Your Understanding What is the name of the standard Python module that we use in CSE 111 to install third-party modules? pip What is the name of the third-party module that we used in CSE 111 to run test functions? pytest Which of the following is the most correct code to assert that an integer variable x is equal to -3? assert x == -3 Which of the following is the most correct code to assert that the variable p is equal to 6.03? assert p == approx(6.03) Which of the following are benefits of writing test functions that can be run with pytest? (Mark all that apply.) Test functions help verify that the program is correct. Test functions help ensure future changes won't break the program.
Discover more documents: Sign up today!
Unlock a world of knowledge! Explore tailored content for a richer learning experience. Here's what you'll get:
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help