Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 1 - 10 of 88 for test (0.03 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. operator — Standard operators as functions — Py...

    and support truth tests, identity tests, and boolean operations:...is_ ( a , b ) Return a is b . Tests object identity. operator. is_not...
    docs.python.org/3/library/operator.html
    Registered: Fri May 17 03:47:02 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 114.1K bytes
    - Viewed (0)
  5. 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)
  6. 6. Expressions — Python 3.12.3 documentation

    operations or_test ::= and_test | or_test "or" and_test and_test ::= not_test...not_test | and_test "and" not_test not_test ::= comparison |...
    docs.python.org/3/reference/expressions.html
    Registered: Fri May 17 03:43:50 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 210.7K bytes
    - Viewed (1)
  7. multiprocessing — Process-based parallelism — P...

    noop ( x ): pass # # Test code # def test (): PROCESSES = 4 print...print () # # Test error handling # print ( 'Testing error handling:'...
    docs.python.org/3/library/multiprocessing.html
    Registered: Fri May 17 03:48:56 UTC 2024
    - Last Modified: Wed May 15 18:07:32 UTC 2024
    - 420.9K bytes
    - Viewed (0)
  8. What’s New in Python 2.3 — Python 3.12.3 docume...

    results in the benchmark tests in Lib/test/test_bufio.py speeding up...would be much messier. Lib/test/test_generators.py contains a number...
    docs.python.org/3/whatsnew/2.3.html
    Registered: Fri May 17 04:02:34 UTC 2024
    - Last Modified: Wed May 15 18:07:31 UTC 2024
    - 243.9K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top