- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,138 for latests (0.04 sec)
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateKotlinVersions.kt
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Oct 29 08:29:55 UTC 2025 - 4.3K bytes - Viewed (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateAgpVersions.kt
updateCompatibilityDoc(fetchedVersions.latests) } private data class FetchedVersions( val latests: List<String>, val nightlyBuildId: String, val nightlyVersion: String, val aapt2Versions: List<String>, val buildToolsVersion: String ) private fun fetchLatestAgpVersions(): FetchedVersions { val latests = fetchLatests(
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Oct 24 09:10:29 UTC 2025 - 7.6K bytes - Viewed (0) -
.github/workflows/tests.yml
path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('tests/go.mod') }} - name: Tests run: GITHUB_ACTION=true GORM_DIALECT=sqlite ./tests/tests_all.sh mysql: strategy: matrix: dbversion: ['mysql:9', 'mysql:8', 'mysql:5.7'] go: ['1.24', '1.25'] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} services: mysql:Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Mon Sep 08 09:19:22 UTC 2025 - 8.9K bytes - Viewed (0) -
.github/workflows/latest-changes.yml
runs-on: ubuntu-latest steps: - name: Dump GitHub context env: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" # pin to actions/checkout@v5 for compatibility with latest-changes # Ref: https://github.com/actions/checkout/issues/2313 - uses: actions/checkout@v5 with: # To allow latest-changes to commit to the main branchRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Nov 24 14:58:32 UTC 2025 - 1.4K bytes - Viewed (1) -
.github/workflows/upgrade-to-latest-wrapper.yml
name: Upgrade to latest wrapper on: schedule: - cron: '0 4 * * *' workflow_dispatch: permissions: contents: write jobs: upgrade-latest-wrapper: runs-on: ubuntu-latest if: github.repository == 'gradle/gradle' steps: - name: Checkout repository uses: actions/checkout@v6 with: ref: devprod/upgrade-to-latest-wrapper token: ${{ secrets.GITHUB_TOKEN }}Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Nov 20 22:15:20 UTC 2025 - 1.3K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild.cross-version-tests.gradle.kts
group = "verification" description = "Runs the cross-version tests against all Gradle versions with 'forking' executer" } val quickFeedbackCrossVersionTests = tasks.register("quickFeedbackCrossVersionTests") { group = "verification" description = "Runs the cross-version tests against a subset of selected Gradle versions with 'forking' executer for quick feedback" }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Sep 05 02:31:24 UTC 2025 - 4.5K bytes - Viewed (0) -
docs/en/docs/advanced/async-tests.md
# Async Tests { #async-tests } You have already seen how to test your **FastAPI** applications using the provided `TestClient`. Up to now, you have only seen how to write synchronous tests, without using `async` functions.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 4K bytes - Viewed (0) -
docs/de/docs/advanced/async-tests.md
# Asynchrone Tests { #async-tests } Sie haben bereits gesehen, wie Sie Ihre **FastAPI**-Anwendungen mit dem bereitgestellten `TestClient` testen. Bisher haben Sie nur gesehen, wie man synchrone Tests schreibt, ohne `async`-Funktionen zu verwenden.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 4.5K bytes - Viewed (1) -
.github/workflows/build.yml
java-version: 17 - name: Setup Gradle uses: gradle/actions/setup-gradle@v5 - name: Run Tests run: ./gradlew test allTests -Dokhttp.platform=bouncycastle testcorretto: runs-on: ubuntu-latest # TODO add master build after fixing all tests in CI if: contains(github.event.pull_request.labels.*.name, 'providers') steps: - name: CheckoutRegistered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 12 04:49:37 UTC 2025 - 18.6K bytes - Viewed (0) -
docs/pt/docs/advanced/async-tests.md
# Testes Assíncronos { #async-tests } Você já viu como testar as suas aplicações **FastAPI** utilizando o `TestClient` que é fornecido. Até agora, você viu apenas como escrever testes síncronos, sem utilizar funções `async`.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 4.5K bytes - Viewed (0)