- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for test_cors (0.07 seconds)
-
tests/test_tutorial/test_cors/test_tutorial001.py
from fastapi.testclient import TestClient from docs_src.cors.tutorial001_py39 import app def test_cors(): client = TestClient(app) # Test pre-flight response headers = { "Origin": "https://localhost.tiangolo.com", "Access-Control-Request-Method": "GET", "Access-Control-Request-Headers": "X-Example", } response = client.options("/", headers=headers)Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 1.3K bytes - Click Count (0) -
src/main/resources/fess_cors.xml
Shinsuke Sugaya <******@****.***> 1685855805 +0900
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sun Jun 04 05:16:45 GMT 2023 - 378 bytes - Click Count (0) -
test_docs.sh
Jesse Wilson <******@****.***> 1713361936 -0400
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Apr 17 13:52:16 GMT 2024 - 718 bytes - Click Count (1) -
.github/workflows/docs.yml
types: [opened, labeled, unlabeled, synchronize] permissions: contents: read env: GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false" jobs: test_docs: permissions: checks: write # for actions/upload-artifact runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'documentation') steps:Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 12 23:30:30 GMT 2025 - 987 bytes - Click Count (0) -
src/main/resources/app.xml
<components> <include path="convention.xml"/> <include path="lastaflute.xml"/> <include path="lasta_job.xml"/> <include path="fess.xml"/> <include path="fess_api.xml"/> <include path="fess_cors.xml"/> <include path="fess_dict.xml"/> <include path="fess_job.xml"/> <include path="fess_ldap.xml"/> <include path="fess_query.xml"/> <include path="fess_rankfusion.xml"/> <include path="fess_score.xml"/>
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sun Nov 19 02:22:47 GMT 2023 - 3.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/suggest/index/contents/document/ESSourceReaderTest.java
assertEquals(25, ESSourceReader.getLimitDocNum(50, 50, -1)); assertEquals(10, ESSourceReader.getLimitDocNum(50, 50, 10)); } @Test public void test_sort() throws Exception { String indexName = "test-index"; Client client = runner.client(); SuggestSettings settings = suggester.settings(); int num = 10000;
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Sun Nov 23 13:04:17 GMT 2025 - 8.7K bytes - Click Count (0) -
tensorflow/BUILD
output_package = "tensorflow._api.v2", packages_to_ignore = select({ ":disable_tf_lite_py": [ "tensorflow.python.framework.test_ops", "tensorflow.lite", ], "//conditions:default": ["tensorflow.python.framework.test_ops"], }), root_file_name = "v2.py", root_init_template = "api_template.__init__.py", visibility = ["//visibility:public"], )
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Wed Nov 12 19:21:56 GMT 2025 - 53.1K bytes - Click Count (0) -
cmd/server_test.go
c.Assert(errorResponse.Code, code) c.Assert(errorResponse.Message, description) c.Assert(response.StatusCode, statusCode) } func runAllTests(suite *TestSuiteCommon, c *check) { suite.SetUpSuite(c) suite.TestCors(c) suite.TestObjectDir(c) suite.TestBucketPolicy(c) suite.TestDeleteBucket(c) suite.TestDeleteBucketNotEmpty(c) suite.TestDeleteMultipleObjects(c) suite.TestDeleteObject(c) suite.TestNonExistentBucket(c)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 118.1K bytes - Click Count (0)