- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 1,279 for term (0.03 seconds)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/IntegrationTest.kt
/** * Verifies the correct behavior of a feature, as opposed to just a small unit of code. * Usually referred to as 'functional tests' in literature, but our code base has historically * been using the term 'integration test'. */ @CacheableTask abstract class IntegrationTest : DistributionTest() { override val prefix = if (name.contains("CrossVersion")) "crossVersion" else "integ" @InputDirectory
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 2K bytes - Click Count (0) -
build-logic/jvm/src/main/kotlin/gradlebuild/propagated-env-variables.kt
package gradlebuild import org.gradle.api.tasks.testing.Test import org.gradle.internal.os.OperatingSystem val propagatedEnvironmentVariables = listOf( // Obviously necessary "HOME", "SHELL", "TERM", // Otherwise Windows complains "Unrecognized Windows Sockets error: 10106" "SystemRoot", "OS", // For Android tests "ANDROID_HOME", "ANDROID_SDK_ROOT",
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Oct 15 18:27:39 GMT 2025 - 3.4K bytes - Click Count (0) -
android/guava-testlib/test/com/google/common/collect/testing/OpenJdk6MapTests.java
* didn't see that discussed in the review, which included many other * changes: https://mail.openjdk.org/pipermail/core-libs-dev/2013-May/thread.html#17367 * * TODO(cpovirk): decide what the best long-term action here is: force users * to suppress (as we do now), stop testing entrySet().add() at all, make * entrySet().add() tests tolerant of either behavior, introduce a map
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 3.9K bytes - Click Count (0) -
docs/en/docs/tutorial/request-files.md
* This means that it will work well for large files like images, videos, large binaries, etc. without consuming all the memory. * You can get metadata from the uploaded file. * It has a <a href="https://docs.python.org/3/glossary.html#term-file-like-object" class="external-link" target="_blank">file-like</a> `async` interface.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 09:15:41 GMT 2025 - 7.3K bytes - Click Count (0) -
android/guava-testlib/test/com/google/common/testing/AbstractPackageSanityTestsTest.java
* currently skipping MediumTests on Android, and we skip them by not making them present at * runtime at all. I could just make _this_ test a MediumTest, but then it wouldn't run on * Android.... The right long-term fix is probably to get MediumTests running under Android by * default and then suppress them strategically as needed. */ public static final class ConcretePackageSanityTests extends AbstractPackageSanityTests {}
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 28 02:48:50 GMT 2024 - 5.4K bytes - Click Count (0) -
docs/en/docs/tutorial/first-steps.md
Before deploying, make sure you are logged in: <div class="termy"> ```console $ fastapi login You are logged in to FastAPI Cloud π ``` </div> Then deploy your app: <div class="termy"> ```console $ fastapi deploy Deploying to FastAPI Cloud... β Deployment successful!
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 12.8K bytes - Click Count (0) -
docs/ko/docs/tutorial/request-files.md
* "μ€ν νμΌ"μ μ¬μ©ν©λλ€. * μ΅λ ν¬κΈ° μ νκΉμ§λ§ λ©λͺ¨λ¦¬μ μ μ₯λλ©°, μ΄λ₯Ό μ΄κ³Όνλ κ²½μ° λμ€ν¬μ μ μ₯λ©λλ€. * λ°λΌμ μ΄λ―Έμ§, λμμ, ν° μ΄μ§μ½λμ κ°μ λμ©λ νμΌλ€μ λ§μ λ©λͺ¨λ¦¬λ₯Ό μλͺ¨νμ§ μκ³ μ²λ¦¬νκΈ°μ μ ν©ν©λλ€. * μ λ‘λ λ νμΌμ λ©νλ°μ΄ν°λ₯Ό μ»μ μ μμ΅λλ€. * <a href="https://docs.python.org/3/glossary.html#term-file-like-object" class="external-link" target="_blank">file-like</a> `async` μΈν°νμ΄μ€λ₯Ό κ°κ³ μμ΅λλ€.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Nov 18 02:25:44 GMT 2024 - 8K bytes - Click Count (0) -
cmd/common-main.go
xnet "github.com/minio/pkg/v3/net" "golang.org/x/term" ) // serverDebugLog will enable debug printing var ( serverDebugLog = env.Get("_MINIO_SERVER_DEBUG", config.EnableOff) == config.EnableOn currentReleaseTime time.Time orchestrated = IsKubernetes() || IsDocker() ) func init() { if !term.IsTerminal(int(os.Stdout.Fd())) || !term.IsTerminal(int(os.Stderr.Fd())) { color.TurnOff() }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 32.5K bytes - Click Count (3) -
src/cmd/api/main_test.go
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Feb 20 03:25:33 GMT 2025 - 31.4K bytes - Click Count (0) -
LICENSE
of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Apr 23 18:58:53 GMT 2021 - 33.7K bytes - Click Count (0)