Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 1 - 10 of 179 for test (0.08 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 03 03:58:45 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 231.3K 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 03 03:47:37 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 207K 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 03 03:47:34 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 320.6K bytes
    - Viewed (1)
  4. 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.html
    Registered: Fri Apr 26 04:08:24 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  5. 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.html
    Registered: Fri May 03 03:49:51 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 59.3K bytes
    - Viewed (0)
  6. 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 03 03:51:55 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 129K bytes
    - Viewed (1)
  7. 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 03 03:46:44 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 120.8K bytes
    - Viewed (1)
  8. imghdr — Determine the type of an image — Pytho...

    h = None ) Test the image data contained in...to contain the byte stream to test. Changed in version 3.6: Accepts...
    docs.python.org/3/library/imghdr.html
    Registered: Fri Apr 26 04:05:24 UTC 2024
    - Last Modified: Thu Apr 25 18:25:10 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  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 03 03:51:27 UTC 2024
    - Last Modified: Fri May 03 01:22:11 UTC 2024
    - 388.9K bytes
    - Viewed (0)
  10. Common Object Structures — Python 3.12.3 docume...

    Test if the x object is the y object,...Stable ABI since version 3.10. Test if an object is the None singleton,...
    docs.python.org/3/c-api/structures.html
    Registered: Fri May 03 03:57:36 UTC 2024
    - Last Modified: Fri May 03 01:22:10 UTC 2024
    - 112.7K bytes
    - Viewed (0)
Back to top