Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 1 - 10 of 88 for test (0.04 sec)

  1. 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.html
    Registered: Fri May 17 03:54:48 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 231.2K bytes
    - Viewed (31)
  2. doctestTest interactive Python examples — Py...

    the standard test file Lib/test/test_doctest/test_doctest.py ....items passed all tests: 1 tests in __main__ 8 tests in __main__.factorial...
    docs.python.org/3/library/doctest.html
    Registered: Fri May 17 03:47:47 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 206.9K bytes
    - Viewed (4)
  3. unittest — Unit testing framework — Python 3.12...

    used to create new test cases. test suite A test suite is a collection...unittest test_module1 test_module2 python - m unittest test_module...
    docs.python.org/3/library/unittest.html
    Registered: Fri May 17 03:46:47 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 320.5K bytes
    - Viewed (1)
  4. What’s New in Python 2.7 — Python 3.12.3 docume...

    automatically discover tests. It’s not as fancy as py.test or nose , but...search the test/ subdirectory for any importable test files named...
    docs.python.org/3/whatsnew/2.7.html
    Registered: Fri May 17 04:02:16 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 343.6K bytes
    - Viewed (0)
  5. What’s New In Python 3.10 — Python 3.12.3 docum...

    not found (or for test commands, as if the test failed). (Contributed...= 1 ) Nested patterns Patterns can be arbitrarily nested. For...
    docs.python.org/3/whatsnew/3.10.html
    Registered: Fri May 17 04:07:59 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 308K bytes
    - Viewed (0)
  6. What’s New In Python 3.0 — Python 3.12.3 docume...

    _markupbase repr reprlib test.test_support test.support A common pattern...like a, b, *rest = some_sequence . And even *rest, a = stuff ....
    docs.python.org/3/whatsnew/3.0.html
    Registered: Fri May 17 04:09:44 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 127.3K bytes
    - Viewed (0)
  7. functools — Higher-order functions and operatio...

    fun ( "test." , verbose = True ) Let me just say, test. >>> fun...cache works best when the most recent calls are the best predictors...
    docs.python.org/3/library/functools.html
    Registered: Fri May 17 03:57:23 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 103.8K bytes
    - Viewed (0)
  8. zipfile — Work with ZIP archives — Python 3.12....

    if our test files are all either in test directories or...( not ( fn == 'test' or fn . startswith ( 'test_' ))) ... >>>...
    docs.python.org/3/library/zipfile.html
    Registered: Fri May 17 03:46:24 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 128.9K bytes
    - Viewed (1)
  9. 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.html
    Registered: Fri May 17 03:42:38 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 388.8K bytes
    - Viewed (0)
  10. 3. Configure Python — Python 3.12.3 documentation

    --disable-test-modules Don’t build nor install test modules, like...the Python test suite, the same way than buildbots test Python....
    docs.python.org/3/using/configure.html
    Registered: Fri May 17 03:46:51 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 120.8K bytes
    - Viewed (1)
Back to top