AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
Python - TDD
To Subscribe, use this Key
nebraska-comet-floor-speaker-alpha-wyoming
Status
Last Update
Fields
Published
05/03/2024
test case
Published
05/03/2024
test suite
Published
05/03/2024
test runner
Published
05/03/2024
assert
Published
05/03/2024
check a and b are equal using assert function
Published
05/03/2024
check a and b are not equal
Published
05/03/2024
assert that a is in the item b
Published
05/03/2024
check that a is not in the item b
Published
05/03/2024
check that the value of a is False
Published
05/03/2024
check the value of a is True
Published
05/03/2024
check that a is of type “TYPE”
Published
05/03/2024
check that when a is called with args that it raises ERROR
Published
05/03/2024
unittest
Published
05/03/2024
doctest
Published
05/03/2024
nose and py.test
Published
05/03/2024
mock
Published
05/03/2024
tdaemon
Published
05/03/2024
coverage.py
Published
05/03/2024
pylint
Published
05/03/2024
Lettuce
Published
05/03/2024
add a test that always fails
Published
05/03/2024
Refactor:class Test(unitest.TestCase): def test_adding_positive_ints(self): """Does adding 2 positive integers…
Published
05/03/2024
Refactor:class Test(unitest.TestCase): def test_increment(self): """Does increment return a greater value?"""&…
Published
05/03/2024
Refactorimport unittestclass Test(unitest.TestCase): def test_divisors_prime_number(self): self.assertTru…
Status
Last Update
Fields