- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 171 for test (0.17 sec)
-
test — Regression tests package for Python — Py...
the modules test.support and test.regrtest . test.support is used...enhance your tests while test.regrtest drives the testing suite. Each...docs.python.org/3/library/test.htmlRegistered: Fri Nov 15 03:38:44 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 288K bytes - Viewed (0) -
doctest — Test interactive Python examples — Py...
items passed all tests: 1 test in __main__ 6 tests in __main__.factorial...between testing and explaining. Regression testing is best confined...docs.python.org/3/library/doctest.htmlRegistered: Fri Nov 15 03:26:56 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 232.5K bytes - Viewed (0) -
unittest — Unit testing framework — Python 3.13...
used to create new test cases. test suite A test suite is a collection...shutdown code for tests, aggregation of tests into collections, and...docs.python.org/3/library/unittest.htmlRegistered: Fri Nov 15 03:31:19 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 362.7K bytes - Viewed (0) -
keyword — Testing for Python keywords — Python ...
Language Services » keyword — Testing for Python keywords | Theme...Auto Light Dark | keyword — Testing for Python keywords Source...docs.python.org/3/library/keyword.htmlRegistered: Fri Nov 15 03:51:49 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 19.3K bytes - Viewed (0) -
unittest.mock — mock object library — Python 3....
integration tests as well as unit tests. Testing everything in...object) during the test and restored when the test ends: >>> from...docs.python.org/3/library/unittest.mock.htmlRegistered: Fri Nov 15 03:31:26 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 414.5K bytes - Viewed (0) -
tracemalloc — Trace memory allocations — Python...
before/after running some tests of the Python test suite: [ Top 10 differences...): File "test.py" , line 9 obj = Object () File "test.py" , line...docs.python.org/3/library/tracemalloc.htmlRegistered: Fri Nov 15 03:36:42 UTC 2024 - Last Modified: Fri Nov 15 00:19:04 UTC 2024 - 140.3K bytes - Viewed (0) -
Design and History FAQ — Python 3.13.0 document...
appropriate test discipline for components. A good test suite for...this property in a test suite. Writing test suites is very helpful,...docs.python.org/3/faq/design.htmlRegistered: Fri Nov 15 03:54:34 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 94.4K bytes - Viewed (0) -
timeit — Measure execution time of small code s...
import statement: def test (): """Stupid test function""" L = [ i...timeit ( "test()" , setup = "from __main__ import test" )) Another...docs.python.org/3/library/timeit.htmlRegistered: Fri Nov 15 03:29:00 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 59.1K bytes - Viewed (0) -
zipfile — Work with ZIP archives — Python 3.13....
if our test files are all either in test directories or...level name test / __init__ . pyc # Package directory test / testall...docs.python.org/3/library/zipfile.htmlRegistered: Fri Nov 15 03:33:02 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 148.4K bytes - Viewed (0) -
Library and Extension FAQ — Python 3.13.0 docum...
and Smalltalk testing frameworks. To make testing easier, you should...write test functions that exercise the behaviours. A test suite...docs.python.org/3/faq/library.htmlRegistered: Fri Nov 15 03:48:43 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 84.7K bytes - Viewed (0)