tye-v2 / tye2

Tye2 is a local orchestrator tool that makes developing and testing microservices and distributed applications easier.
https://www.tye2.org
MIT License
1 stars 2 forks source link

Feature/rebranding #47

Closed razvangoga closed 3 months ago

razvangoga commented 3 months ago
github-actions[bot] commented 3 months ago

Test Results

202 tests  ±0   202 :white_check_mark: ±0   9m 36s :stopwatch: -6s   3 suites ±0     0 :zzz: ±0    3 files   ±0     0 :x: ±0 

Results for commit 576b6479. ± Comparison against base commit b049d7f7.

This pull request removes 202 and adds 202 tests. Note that renamed tests count towards both. ``` E2ETest.ApplicationFactoryTests ‑ CyclesStopImmediately E2ETest.ApplicationFactoryTests ‑ DoubleNestingWorks E2ETest.ApplicationFactoryTests ‑ SettingsFromFirstWins E2ETest.ApplicationFactoryTests ‑ TargetFrameworkFromCliArgs E2ETest.ApplicationFactoryTests ‑ TargetFrameworkFromCliArgsDoesNotOverrideSingleTFM E2ETest.ApplicationFactoryTests ‑ TargetFrameworkFromCliArgsDoesNotOverwriteYaml E2ETest.ApplicationFactoryTests ‑ ThrowIfNoSpecificTargetFramework E2ETest.ApplicationFactoryTests ‑ ThrowIfSpecifyTargetFrameworkIsInvalid E2ETest.ApplicationFactoryTests ‑ ThrowIfSpecifyTargetFrameworkNotDefinedIsCsproj E2ETest.ApplicationFactoryTests ‑ WrongProjectPathProducesCorrectErrorMessage … ``` ``` Tye2.E2ETests.ApplicationFactoryTests ‑ CyclesStopImmediately Tye2.E2ETests.ApplicationFactoryTests ‑ DoubleNestingWorks Tye2.E2ETests.ApplicationFactoryTests ‑ SettingsFromFirstWins Tye2.E2ETests.ApplicationFactoryTests ‑ TargetFrameworkFromCliArgs Tye2.E2ETests.ApplicationFactoryTests ‑ TargetFrameworkFromCliArgsDoesNotOverrideSingleTFM Tye2.E2ETests.ApplicationFactoryTests ‑ TargetFrameworkFromCliArgsDoesNotOverwriteYaml Tye2.E2ETests.ApplicationFactoryTests ‑ ThrowIfNoSpecificTargetFramework Tye2.E2ETests.ApplicationFactoryTests ‑ ThrowIfSpecifyTargetFrameworkIsInvalid Tye2.E2ETests.ApplicationFactoryTests ‑ ThrowIfSpecifyTargetFrameworkNotDefinedIsCsproj Tye2.E2ETests.ApplicationFactoryTests ‑ WrongProjectPathProducesCorrectErrorMessage … ```