Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for jest (0.23 sec)

  1. CHANGELOG/CHANGELOG-1.17.md

    - The deprecated mondo `kubernetes-test` tarball is no longer built. Users running Kubernetes e2e tests should use the `kubernetes-test-portable` and `kubernetes-test-{OS}-{ARCH}` tarballs instead. ([#83093](https://github.com/kubernetes/kubernetes/pull/83093), [@ixdy](https://github.com/ixdy))
    
    ### Scheduling
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Jan 28 10:44:33 GMT 2021
    - 346.2K bytes
    - Viewed (1)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    apting(org.junit.runner.notification.RunNotifier); public void endTest(junit.framework.Test); public void startTest(junit.framework.Test); public void addError(junit.framework.Test, Throwable); private org.junit.runner.Description asDescription(junit.framework.Test); private Class getEffectiveClass(junit.framework.Test); private String getName(junit.framework.Test); public void addFailure(junit.framework.Test, junit.framework.AssertionFailedError); } org/junit/internal/runners/ErrorReportingRunner.class...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.18.md

    - Added two client certificate metrics for exec auth:
        - `rest_client_certificate_expiration_seconds` a gauge reporting the lifetime of the current client certificate. Reports the time of expiry in seconds since January 1, 1970 UTC.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jun 16 17:18:28 GMT 2021
    - 373.2K bytes
    - Viewed (0)
  4. tests/test_include_router_defaults_overrides.py

        default_response_class=ResponseLevel1,
        callbacks=callback_router1.routes,
    )
    
    app.include_router(router2_override)
    
    app.include_router(router2_default)
    
    client = TestClient(app)
    
    
    def test_level1_override():
        response = client.get("/override1?level1=foo")
        assert response.json() == "foo"
        assert response.headers["content-type"] == "application/x-level-1"
        assert "x-level0" in response.headers
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Jun 30 18:25:16 GMT 2023
    - 358.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.15.md

    - client-go: The `rest.AnonymousClientConfig(*rest.Config) *rest.Config` helper method no longer copies custom `Transport` and `WrapTransport` fields, because those can be used to inject user credentials. ([#75771](https://github.com/kubernetes/kubernetes/pull/75771), [@liggitt](https://github.com/liggitt))...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 278.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.28.md

        - [Container Images](#container-images-6)
      - [Changelog since v1.28.2](#changelog-since-v1282)
      - [Changes by Kind](#changes-by-kind-6)
        - [Feature](#feature-6)
        - [Failing Test](#failing-test)
        - [Bug or Regression](#bug-or-regression-6)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake-3)
      - [Dependencies](#dependencies-6)
        - [Added](#added-6)
        - [Changed](#changed-6)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.21.md

        - [Node Binaries](#node-binaries-7)
      - [Changelog since v1.21.6](#changelog-since-v1216)
      - [Changes by Kind](#changes-by-kind-6)
        - [Feature](#feature-4)
        - [Failing Test](#failing-test)
        - [Bug or Regression](#bug-or-regression-6)
      - [Dependencies](#dependencies-7)
        - [Added](#added-7)
        - [Changed](#changed-7)
        - [Removed](#removed-7)
    - [v1.21.6](#v1216)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  8. CHANGELOG/CHANGELOG-1.12.md

    - ScaleIO volumes can now be provisioned without having to...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.14.md

    - Split up the mondo `kubernetes-test` tarball into `kubernetes-test-portable` and `kubernetes-test-{OS}-{ARCH}` tarballs. ([#74065](https://github.com/kubernetes/kubernetes/pull/74065), [@ixdy](https://github.com/ixdy))
    
    ### VMware
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Mon Jun 14 22:06:39 GMT 2021
    - 271.5K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.27.md

        - [Container Images](#container-images-6)
      - [Changelog since v1.27.6](#changelog-since-v1276)
      - [Changes by Kind](#changes-by-kind-6)
        - [Feature](#feature-6)
        - [Failing Test](#failing-test)
        - [Bug or Regression](#bug-or-regression-6)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake-3)
      - [Dependencies](#dependencies-6)
        - [Added](#added-6)
        - [Changed](#changed-6)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
Back to top