- Sort Score
- Num 10 results
- Language All
Results 2221 - 2230 of 2,277 for Tests (0.05 seconds)
-
docs/pt/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md
Ele também inclui o que mudou, como as validações agora são mais corretas e rigorosas, possíveis ressalvas, etc. Você pode lê-lo para entender melhor o que mudou. ## Testes { #tests } Garanta que você tenha [testes](../tutorial/testing.md) para sua aplicação e que os execute na integração contínua (CI). Assim, você pode fazer a atualização e garantir que tudo continua funcionando como esperado.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 5.8K bytes - Click Count (0) -
docs/fr/docs/advanced/security/http-basic-auth.md
#### Une attaque « professionnelle » { #a-professional-attack } Bien sûr, les attaquants n'essaieraient pas tout cela à la main ; ils écriraient un programme pour le faire, avec éventuellement des milliers ou des millions de tests par seconde. Ils obtiendraient une lettre correcte supplémentaire à la fois.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 5.8K bytes - Click Count (0) -
cmd/xl-storage-format-v2_test.go
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 37.8K bytes - Click Count (0) -
docs/tr/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md
Ayrıca nelerin değiştiğini, validasyonların artık nasıl daha doğru ve katı olduğunu, olası dikkat edilmesi gereken noktaları (caveat) vb. de içerir. Nelerin değiştiğini daha iyi anlamak için okuyabilirsiniz. ## Testler { #tests } Uygulamanız için [testleriniz](../tutorial/testing.md) olduğundan ve bunları continuous integration (CI) üzerinde çalıştırdığınızdan emin olun.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 6K bytes - Click Count (0) -
docs/uk/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md
Там описано, що змінилося, як перевірки тепер стали коректнішими та суворішими, можливі застереження тощо. Прочитайте його, щоб краще зрозуміти зміни. ## Тести { #tests } Переконайтеся, що у вашій програмі є [тести](../tutorial/testing.md) і що ви запускаєте їх у системі безперервної інтеграції (CI). Так ви зможете виконати оновлення і впевнитися, що все працює як очікується.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 7.7K bytes - Click Count (0) -
pom.xml
<artifactId>maven-surefire-plugin</artifactId> <version>3.5.0</version> <configuration> <includes> <include>**/*Test.java</include> <include>**/*Tests.java</include> <include>**/*TestCase.java</include> <include>**/*TestSuite.java</include> </includes> <systemPropertyVariables> <networkaddress.cache.ttl>-1</networkaddress.cache.ttl>
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Mon Aug 25 14:34:10 GMT 2025 - 12.1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.20.md
- Debian-base to v1.9.0 - Debian-iptables to v1.6.7 (#106148, @cpanato) [SIG Release and Testing] ### Failing Test - Fixes hostpath storage e2e tests within SELinux enabled env (#105788, @Elbehery) [SIG Testing] ### Bug or Regression
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Jan 19 21:05:45 GMT 2022 - 409K bytes - Click Count (0) -
docs/ru/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md
Там также описано, что изменилось, как валидации стали более корректными и строгими, возможные нюансы и т.д. Прочитайте его, чтобы лучше понять, что изменилось. ## Тесты { #tests } Убедитесь, что у вас есть [тесты](../tutorial/testing.md) для вашего приложения и что вы запускаете их в системе непрерывной интеграции (CI). Так вы сможете выполнить обновление и убедиться, что всё работает как ожидается.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 8.2K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.8.md
* Enhance CNI plugin compatibility, supports flannel, calico, weave and so on. * Pass all CRI validation conformance tests and node end-to-end conformance tests. * Add experimental Unikernel support.
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Feb 20 15:45:02 GMT 2024 - 312.2K bytes - Click Count (0) -
src/test/java/jcifs/SmbConstantsTest.java
import static org.junit.jupiter.api.Assertions.assertTrue; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Test; /** * Test class for SmbConstants interface constants */ @DisplayName("SmbConstants Tests") class SmbConstantsTest extends BaseTest { @Test @DisplayName("Should define default connection constants") void testDefaultConstants() { assertEquals(445, SmbConstants.DEFAULT_PORT);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 11.3K bytes - Click Count (0)