EUNO.NEWS EUNO.NEWS
  • All (2352) +197
  • AI (546) +17
  • DevOps (141) +1
  • Software (988) +123
  • IT (672) +55
  • Education (5) +1
  • Notice
  • All (2352) +197
    • AI (546) +17
    • DevOps (141) +1
    • Software (988) +123
    • IT (672) +55
    • Education (5) +1
  • Notice
  • All (2352) +197
  • AI (546) +17
  • DevOps (141) +1
  • Software (988) +123
  • IT (672) +55
  • Education (5) +1
  • Notice
Sources Tags Search
한국어 English 中文
  • 16小时前 · software

    Swift Testing #5: 使用 arguments 参数化测试

    对单一条件进行参数化 有时,需要使用多个值来验证接受参数的代码的功能。for...

    #Swift #unit testing #parameterized tests #Swift Testing #test automation #code quality
  • 16小时前 · software

    Swift Testing #4: 以串行方式运行测试

    Swift Testing 中的测试执行 在 XCTest 中并发执行测试是可选的,实际上默认是串行执行的。 在…

    #Swift #XCTest #Swift Testing #unit testing #parallel execution #serial execution #test concurrency #testing frameworks
  • 16小时前 · software

    Swift Testing #2: 使用 @Suite 分组测试

    介绍:Suite 是一组测试。创建包含使用 @Test 标记的测试的结构时,它会自动在内部标记一个 “S”。

    #Swift #testing #test suite #@Suite #unit testing #DevOps
  • 17小时前 · software

    Swift Testing #1: 将 XCTest 测试套件迁移到 Swift Testing

    swift import XCTest @testable import ProductionProject class SomeXCTest_deprecated: XCTestCase { func testX() throws { // GIVEN // ... // WHEN // ... // THEN // ... } }

    #Swift #Swift Testing #XCTest #unit testing #migration ##expect #@Test #iOS development
  • 1天前 · software

    还能像 Beizer 那样进行测试吗?

    背景和最初的问题 谁没有在公开场合听过这个问题:“是的,但你的单位有多大?”以及另一种回应...

    #testing #unit testing #JUnit #PHPUnit #TDD #BDD #test-driven development #software testing
  • 2天前 · software

    显式优于隐式:掌握 Pytest fixture 与异步测试

    问题:事件循环令人困惑 关于 async Python,有一点必须明确:你的 async/await 代码需要一个 event loop 来运行,这不是可选的。而且还有…

    #pytest #async testing #python #fixtures #fastapi #event loop #trio #unit testing
  • 2天前 · software

    Mocking、Stubbing、Spying 和 Faking 在 PHP 中:实用指南(含 Sandbox 示例)

    现代 PHP 应用依赖许多外部组件:API、数据库、文件系统、随机生成器、时间提供者,以及与 t...

    #PHP #unit testing #mocking #stubbing #test doubles #PHPUnit #Mockery #test automation #software testing
EUNO.NEWS
RSS GitHub © 2025