- Sort Score
- Result 10 results
- Languages All
Results 591 - 600 of 1,182 for test (0.03 sec)
-
tests/joins_test.go
DB.Save(&user) // test where var user1 User onQuery := DB.Where(&Pet{Name: "joins-args-db_pet_2"}) if err := DB.Joins("NamedPet", onQuery).Where("users.name = ?", user.Name).First(&user1).Error; err != nil { t.Fatalf("Failed to load with joins on, got error: %v", err) } AssertEqual(t, user1.NamedPet.Name, "joins-args-db_pet_2") // test where and omit
Registered: Sun Oct 27 09:35:08 UTC 2024 - Last Modified: Mon Jun 17 03:58:13 UTC 2024 - 15K bytes - Viewed (0) -
build-logic/documentation/src/test/resources/org/gradle/test/GroovyClass.groovy
package org.gradle.test /** * This is a groovy class. */ class GroovyClass extends A implements CombinedInterface, JavaInterface { /** * A groovy property. */ CombinedInterface groovyProp /** * A read-only groovy property. */ final String readOnlyGroovyProp /** * An array property. */ def String[] arrayProp private def ignoreMe1;
Registered: Wed Oct 30 11:36:09 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 915 bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/03-gopls.yml
attributes: label: "What did you do?" description: "If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on [go.dev/play](https://go.dev/play) is better. A failing unit test is the best." validations: required: true - type: textarea id: actual-behavior attributes: label: "What did you see happen?" validations: required: true - type: textarea
Registered: Tue Oct 29 11:13:09 UTC 2024 - Last Modified: Fri May 24 17:09:04 UTC 2024 - 1.8K bytes - Viewed (0) -
tests/test_tutorial/test_background_tasks/test_tutorial002.py
from docs_src.background_tasks.tutorial002 import app client = TestClient(app) def test(): log = Path("log.txt") if log.is_file(): os.remove(log) # pragma: no cover response = client.post("/send-notification/******@****.***?q=some-query") assert response.status_code == 200, response.text assert response.json() == {"message": "Message sent"} with open("./log.txt") as f:
Registered: Sun Oct 27 07:19:11 UTC 2024 - Last Modified: Thu Jul 09 18:06:12 UTC 2020 - 568 bytes - Viewed (0) -
.teamcity/src/main/kotlin/projects/GradleBuildToolRootProject.kt
buildScanTags = listOf("Check"), subprojects = JsonBasedGradleSubprojectProvider(File("./subprojects.json")) ) val gradleBuildBucketProvider = DefaultFunctionalTestBucketProvider(model, File("./test-buckets.json")) subProject(CheckProject(model, gradleBuildBucketProvider)) if (!isSecurityFork()) { subProject(PromotionProject(model.branch)) subProject(UtilProject)
Registered: Wed Oct 30 11:36:09 UTC 2024 - Last Modified: Tue Dec 05 00:08:14 UTC 2023 - 1002 bytes - Viewed (0) -
tensorflow/c/eager/custom_device_testutil.h
==============================================================================*/ #ifndef TENSORFLOW_C_EAGER_CUSTOM_DEVICE_TESTUTIL_H_ #define TENSORFLOW_C_EAGER_CUSTOM_DEVICE_TESTUTIL_H_ // A simple logging device to test custom device registration. #include <memory> #include "tensorflow/c/c_api.h" #include "tensorflow/c/eager/c_api.h" #include "tensorflow/c/eager/c_api_experimental.h" #include "tensorflow/c/tf_status.h"
Registered: Tue Oct 29 12:39:09 UTC 2024 - Last Modified: Thu Aug 27 23:39:24 UTC 2020 - 1.6K bytes - Viewed (0) -
.github/hub_scripts/pr_ci.sh
# This script must be executed from the branch associated with the PR to issue the command on. # PR_NUMBER=$(hub pr show -f '%I')
Registered: Wed Oct 30 11:36:09 UTC 2024 - Last Modified: Fri Jan 22 15:25:21 UTC 2021 - 1K bytes - Viewed (0) -
ci/devinfra/README.md
******************************************************************************** A directory for build and CI related scripts and jobs managed by the TensorFlow
Registered: Tue Oct 29 12:39:09 UTC 2024 - Last Modified: Tue Jun 06 21:00:01 UTC 2023 - 732 bytes - Viewed (0) -
build-logic/buildquality/build.gradle.kts
implementation(kotlin("compiler-embeddable") as String) { because("Required by IncubatingApiReportTask") } implementation("com.gradle:develocity-gradle-plugin") { because("Arch-test plugin configures the PTS extension") } testImplementation("org.junit.jupiter:junit-jupiter-engine")
Registered: Wed Oct 30 11:36:09 UTC 2024 - Last Modified: Wed Sep 11 14:21:47 UTC 2024 - 1.1K bytes - Viewed (0) -
.github/workflows/root-disable.yml
- uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} check-latest: true - name: Start root lockdown tests run: |
Registered: Sun Oct 27 19:28:09 UTC 2024 - Last Modified: Wed May 22 23:07:14 UTC 2024 - 734 bytes - Viewed (0)