Published inNew Light Technologies, Inc. (NLTMore unittest FeaturesLast time, we moved the tests for our test-driven factorial function from basic assert statements to being run by Python’s unittest module:Jan 27, 2023Jan 27, 2023
Published inNew Light Technologies, Inc. (NLTBeyond assertLast time, we built a factorial function in a test-driven style using Python’s assert statement:Mar 24, 2021Mar 24, 2021
Published inNew Light Technologies, Inc. (NLTWriting tests firstThere’s a best way to automate your tests: write them before you write the program. If you’ve heard “test-driven development,” that’s what…Mar 3, 2021Mar 3, 2021
Published inNew Light Technologies, Inc. (NLTBasic negative testingIn part one, we started writing a factorial function in the test-driven style. We depend on the humble “assert” statement to run our tests…Mar 3, 2021Mar 3, 2021