Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / mikeschulze/gdunit4net issues and pull requests
#161 - GD-160: Apply runsettings environment variables to the test execution context
Pull Request -
State: open - Opened by MikeSchulze 12 days ago
#160 - GD-160: RunSettings `EnvironmentVariables` are not set in the current execution context.
Issue -
State: open - Opened by MikeSchulze 12 days ago
Labels: bug, gdunit4.test.adapter
#158 - Update CI
Pull Request -
State: closed - Opened by MikeSchulze 15 days ago
Labels: ci
#157 - GD-156: Add an exception hook to report exceptions as test failures that are caught by Godot
Pull Request -
State: closed - Opened by MikeSchulze 17 days ago
Labels: enhancement, gdunit4.api
#156 - GD-156: Add an exception hook to report exceptions as test failures that are caught by Godot
Issue -
State: open - Opened by MikeSchulze 18 days ago
- 1 comment
Labels: enhancement, gdunit4.api
#155 - GD-155: Add more Analyzers to GdUnit4 to prevent wrong usage of the API
Issue -
State: open - Opened by MikeSchulze 18 days ago
Labels: enhancement, gdunit4.analyzers
#154 - GD-153: Add Roslyn Analyzer to validate TestCase and DataPoint attribute combinations
Pull Request -
State: closed - Opened by MikeSchulze 21 days ago
Labels: gdunit4.api, gdunit4.analyzers
#153 - GD-153: Add Roslyn Analyzer to validate `TestCase` and `DataPoint` attribute combinations
Issue -
State: closed - Opened by MikeSchulze 21 days ago
Labels: enhancement, gdunit4.api, gdunit4.analyzers
#152 - GD-152: Add Engine Mode for Test Cases
Issue -
State: open - Opened by MikeSchulze 24 days ago
Labels: enhancement, gdunit4.api
#150 - GD-149: Add error to the execution log when the test session timeout occurs
Pull Request -
State: closed - Opened by MikeSchulze 25 days ago
Labels: bug
#149 - GD-149: Missing error to the execution log when the test session timeout occurs
Issue -
State: closed - Opened by MikeSchulze 25 days ago
Labels: bug, gdunit4.test.adapter
#147 - GD-46: Added support of DataPoint attributes, which make it possible to define parameterized tests with dynamic test data
Pull Request -
State: closed - Opened by MikeSchulze 27 days ago
Labels: enhancement, gdunit4.api
#146 - GD-141: Code cleanup and fix formattings
Pull Request -
State: closed - Opened by MikeSchulze 28 days ago
Labels: Refactoring, gdunit4.test.adapter
#145 - GD-144: Add AwaitInputProcessed to SceneRunner
Pull Request -
State: closed - Opened by MikeSchulze 29 days ago
Labels: gdunit4.api
#144 - GD-144: Add `AwaitInputProcessed` to SceneRunner
Issue -
State: closed - Opened by MikeSchulze 29 days ago
Labels: gdunit4.api
#143 - GD-143: Rider test debugging doesn't work
Issue -
State: open - Opened by JustASquid about 1 month ago
- 5 comments
Labels: bug, infos requested, gdunit4.test.adapter
#142 - GD-140: `GdUnit4 API:` code cleanup and formatting
Pull Request -
State: closed - Opened by MikeSchulze about 1 month ago
Labels: Refactoring, gdunit4.api
#141 - GD-141: GdUnit4 Test Adapter: Do code cleanup and formatting
Issue -
State: closed - Opened by MikeSchulze about 1 month ago
Labels: gdunit4.test.adapter
#140 - GD-140: GdUnit4 API: Do code cleanup and formatting
Issue -
State: closed - Opened by MikeSchulze about 1 month ago
Labels: Refactoring, gdunit4.api
#139 - GD-138: Add capture test case execution stdout to the test report
Pull Request -
State: closed - Opened by MikeSchulze about 1 month ago
- 11 comments
Labels: enhancement, gdunit4.api, gdunit4.test.adapter
#138 - GD-138: Rider (c# intellij) and gdunit4 do not play nicely with Console.Write-s
Issue -
State: closed - Opened by jlb0170 about 2 months ago
Labels: enhancement, gdunit4.test.adapter
#137 - GD-XXX: Asyncs and `await runner.AwaitIdleFrame()` does not work
Issue -
State: closed - Opened by MrZak-dev about 2 months ago
- 1 comment
Labels: clarified, gdunit4.api
#136 - GD-135: Allow to use `AssertSignal` on `RefCounted` Objects
Pull Request -
State: closed - Opened by MikeSchulze 4 months ago
Labels: bug, gdunit4.api
#135 - GD-135: Cannot test signals on non-node classes
Issue -
State: closed - Opened by jhlothamer 4 months ago
- 1 comment
Labels: bug, gdunit4.api
#134 - GD-123: unexpected 30s timeout
Issue -
State: closed - Opened by dvankley 4 months ago
- 2 comments
Labels: clarified, gdunit4.test.adapter
#133 - GD-133: Test Coverage isn't reported for test cases for Resharper/Rider
Issue -
State: open - Opened by alicerunsonfedora 4 months ago
- 7 comments
Labels: bug, help wanted, gdunit4.test.adapter
#132 - GD-132: Test parsing is extremely fragile
Issue -
State: closed - Opened by zorbathut 5 months ago
- 1 comment
Labels: documentation, clarified, wontfix
#131 - GD-131: Tests cannot report failure from within an exception handler
Issue -
State: closed - Opened by zorbathut 5 months ago
- 1 comment
Labels: clarified, wontfix
#130 - GD-124: Use `LaunchProcessWithDebuggerAttached` instead of `AttachDebuggerIfNeed` for Rider 2024.2
Pull Request -
State: closed - Opened by MikeSchulze 5 months ago
- 8 comments
Labels: Refactoring, gdunit4.test.adapter
#129 - GD-127: Replace stdout based TestEventProcessor by IPC implementation
Pull Request -
State: closed - Opened by MikeSchulze 5 months ago
Labels: enhancement, gdunit4.api, gdunit4.test.adapter
#128 - Bump version to v4.2.5
Pull Request -
State: closed - Opened by MikeSchulze 5 months ago
#127 - GD-127: Replace `stdout` based `TestEventProcessor` by IPC implementation
Issue -
State: closed - Opened by MikeSchulze 5 months ago
Labels: Refactoring, gdunit4.api, gdunit4.test.adapter
#126 - Example: Change TestExecutor to use LaunchProcessWithDebuggerAttached instead of AttachDebuggerIfNeed
Pull Request -
State: closed - Opened by van800 5 months ago
- 8 comments
#125 - GD-124: Auto debugger attach for JetBrains Raider to debug tests
Pull Request -
State: closed - Opened by MikeSchulze 5 months ago
- 2 comments
Labels: help wanted, Refactoring, gdunit4.test.adapter
#124 - GD-124: Update test adapter to run with Raider 2024.2
Issue -
State: closed - Opened by MikeSchulze 5 months ago
Labels: enhancement, gdunit4.test.adapter
#123 - GD-87: Remove temporary solution of `Godot.SourceGenerators.MustBeVariantAnalyzer` warnings
Pull Request -
State: closed - Opened by MikeSchulze 5 months ago
Labels: Refactoring, gdunit4.api, gdunit4.test.adapter
#122 - GD-121: Improve `AssertSignal` by adding a `StartMonitoring` method
Pull Request -
State: closed - Opened by MikeSchulze 6 months ago
Labels: enhancement, gdunit4.api
#121 - GD-121: Improve `AssertSignal` by adding a `StartMonitoring` method to make it more prominent
Issue -
State: closed - Opened by MikeSchulze 6 months ago
Labels: enhancement, gdunit4.api
#120 - GD-116: Add publish WF to publish test reports in a separate way
Pull Request -
State: closed - Opened by MikeSchulze 6 months ago
Labels: enhancement, ci
#119 - GD-115: Fix Debug tests gets stuck when using `--verbose`
Pull Request -
State: closed - Opened by MikeSchulze 6 months ago
- 8 comments
Labels: bug, gdunit4.test.adapter
#118 - GD-114: Fix test adapter `gdUnit4.api` version resolving
Pull Request -
State: closed - Opened by MikeSchulze 6 months ago
Labels: bug, gdunit4.test.adapter
#117 - Email notification test
Issue -
State: closed - Opened by MikeSchulze 6 months ago
#116 - GD-116: Workflow `ci-pr` ends with `HttpError: Resource not accessible by integration`
Issue -
State: closed - Opened by MikeSchulze 6 months ago
Labels: ci
#115 - GD-115: Debug test gets stuck when using `--verbose`
Issue -
State: closed - Opened by MikeSchulze 6 months ago
Labels: bug, gdunit4.test.adapter, major
#114 - GD-114: The test adapter shows the wrong `gdUnit.api` version at test discovery
Issue -
State: closed - Opened by MikeSchulze 6 months ago
- 1 comment
Labels: bug, gdunit4.test.adapter
#111 - GD-110: Allow a Node to be passed in to SceneRunner.Load as the root of the scene.
Pull Request -
State: closed - Opened by taylor-nightingale 6 months ago
- 2 comments
Labels: enhancement, gdunit4.api
#110 - GD-110: Allow initialization methods to be called before a scene is added to the Scene Tree
Issue -
State: closed - Opened by taylor-nightingale 6 months ago
Labels: enhancement, gdunit4.api
#109 - Bump to `gdunit4.api` version 4.2.4
Pull Request -
State: closed - Opened by MikeSchulze 6 months ago
Labels: gdunit4.api
#108 - GD-104: Fix exception failure message propagation
Pull Request -
State: closed - Opened by MikeSchulze 6 months ago
Labels: bug
#107 - GD-107: Running a single test case runs all of them
Issue -
State: closed - Opened by DrMouseInc 6 months ago
- 1 comment
Labels: bug, duplicate, gdunit4.test.adapter
#106 - GD-104: Inner exception handling is inconsistent between sync and async methods
Issue -
State: closed - Opened by sbergen 6 months ago
- 1 comment
Labels: bug, gdunit4.api
#105 - GD-103: Trim MSTest assert stack trace
Pull Request -
State: closed - Opened by MikeSchulze 7 months ago
#103 - GD-103: Show less stack trace for failing test when using `MSTest` assertions
Issue -
State: closed - Opened by DrMouseInc 7 months ago
- 7 comments
Labels: enhancement, gdunit4.api
#102 - GD-101: Respect the GdUnit4 settings to notify about orphan nodes
Pull Request -
State: closed - Opened by MikeSchulze 7 months ago
#101 - GD-101: The gdunit4 settings are not respected
Issue -
State: closed - Opened by MikeSchulze 7 months ago
Labels: bug, gdunit4.api
#100 - GD-99: Add support to load a scene by `uid://` path to the Scene Runner
Pull Request -
State: closed - Opened by MikeSchulze 7 months ago
#99 - GD-99: Add support to load a scene by `uid://` path to the SceneRunner
Issue -
State: closed - Opened by MikeSchulze 7 months ago
Labels: enhancement
#98 - Use example project for unit test using gdunit4-action
Pull Request -
State: closed - Opened by MikeSchulze 7 months ago
#97 - GD-96: Fix methods with a single parameterized test case are not executed
Pull Request -
State: closed - Opened by MikeSchulze 7 months ago
#96 - GD-96: Methods with a single parameterized test case are not executed
Issue -
State: closed - Opened by DrMouseInc 7 months ago
- 1 comment
Labels: bug, gdunit4.api
#95 - GD-94: Improve assertions error message when comparing objects
Pull Request -
State: closed - Opened by MikeSchulze 7 months ago
#94 - GD-94: The asserts should consider `ToString()` to generate better error messages when comparing objects.
Issue -
State: closed - Opened by MikeSchulze 7 months ago
Labels: bug, gdunit4.api
#93 - GD-90: Cleanup old runner configuration before run new tests
Pull Request -
State: closed - Opened by MikeSchulze 7 months ago
#92 - GD-89: Add input action support to the `SceneRunner`
Pull Request -
State: closed - Opened by MikeSchulze 7 months ago
#91 - GD-91: `SceneRunner.SimulateFrames` doesn't propagate exceptions
Issue -
State: closed - Opened by DrMouseInc 7 months ago
- 3 comments
Labels: gdunit4.api, godot related issue, major
#90 - GD-90: Aborting test run from Visual Studio causes `GdUnitRunner` file to persist
Issue -
State: closed - Opened by DrMouseInc 7 months ago
- 9 comments
Labels: bug, clarified, gdunit4.test.adapter
#89 - GD-89: Add support for input actions on `SceneRunner`
Issue -
State: closed - Opened by MikeSchulze 7 months ago
Labels: enhancement, gdunit4.api
#88 - GD-86: Fixes space in folder name prevents tests from running
Pull Request -
State: closed - Opened by MikeSchulze 7 months ago
#87 - GD-87: Using `IsInstanceOf` results in `warning AD0001`
Issue -
State: closed - Opened by MikeSchulze 7 months ago
Labels: help wanted, gdunit4.api, godot related issue
#86 - GD-86: Space in folder name prevents tests from running
Issue -
State: closed - Opened by DrMouseInc 7 months ago
- 1 comment
Labels: bug, gdunit4.test.adapter
#85 - GD-84: Fix `AssertThat` for dynamic assert type resolving
Pull Request -
State: closed - Opened by MikeSchulze 7 months ago
#84 - GD-84: `AssertThat` dynamic assert type resolving do not work for `enum` and Godot `Variants`
Issue -
State: closed - Opened by MikeSchulze 7 months ago
Labels: bug, gdunit4.api, critical
#83 - Fix typos in README
Pull Request -
State: closed - Opened by AdamLearns 7 months ago
#82 - Update README - add "Rider"
Pull Request -
State: closed - Opened by van800 8 months ago
#81 - GD-80: Rename repository from `gdUnit4Mono` to `gdUnit4Net`
Pull Request -
State: closed - Opened by MikeSchulze 8 months ago
#80 - GD-80: Rename repository from `gdUnit4Mono` to `gdUnit4Net`
Issue -
State: closed - Opened by MikeSchulze 8 months ago
Labels: Refactoring, gdunit4.api, gdunit4.test.adapter
#80 - GD-80: Rename repository from `gdUnit4Mono` to `gdUnit4Net`
Issue -
State: closed - Opened by MikeSchulze 8 months ago
Labels: Refactoring, gdunit4.api, gdunit4.test.adapter
#79 - GD-76: Fix `DisplayName` resolving on test adapter
Pull Request -
State: closed - Opened by MikeSchulze 8 months ago
#78 - GD-78: Add Support for `.Net GDExtension` point
Issue -
State: open - Opened by MikeSchulze 8 months ago
- 1 comment
Labels: enhancement, gdunit4.api
#76 - GD-76: Using `<DisplayName>FullyQualifiedName</DisplayName>` in `.settings` results in no tests found
Issue -
State: closed - Opened by MikeSchulze 8 months ago
Labels: bug, gdunit4.test.adapter
#75 - GD-74: Improve the CI workflow for job `unit-test-example` by validate the test report
Pull Request -
State: closed - Opened by MikeSchulze 8 months ago
#74 - GD-74: Improve the CI workflow for job `unit-test-example` by validate the test report
Issue -
State: closed - Opened by MikeSchulze 8 months ago
Labels: enhancement, gdunit4.api, gdunit4.test.adapter
#73 - GD-26: Fix parameterized tests are incorrect grouped
Pull Request -
State: closed - Opened by MikeSchulze 8 months ago
#72 - GD-64: Try to use `LaunchProcessWithDebuggerAttached` for debug
Pull Request -
State: closed - Opened by MikeSchulze 8 months ago
#71 - GD-32: Add missing `SimulateMouseMoveRelative` and `SimulateMouseMoveAbsolute` to `ISceneRunner `
Pull Request -
State: closed - Opened by MikeSchulze 8 months ago
#70 - GD-10: Complete missing features for `INumberAssert`
Pull Request -
State: closed - Opened by MikeSchulze 8 months ago
#69 - GD-10: Complete missing features for `IEnumerableAssert`
Pull Request -
State: closed - Opened by MikeSchulze 8 months ago
Labels: gdunit4.api, gdunit4.test.adapter
#68 - GD-68: Update C# documentations
Issue -
State: closed - Opened by MikeSchulze 8 months ago
Labels: documentation
#67 - GD-10: Complete missing features for `IDictionaryAssert`
Pull Request -
State: closed - Opened by MikeSchulze 8 months ago
#66 - GD-49: Revision of the stack trace collection for failed tests
Pull Request -
State: closed - Opened by MikeSchulze 8 months ago
#65 - GD-22: Calling Invoke on `SceneRunner` must propagate exceptions
Pull Request -
State: closed - Opened by MikeSchulze 8 months ago
#64 - GD-64: It might be better to use `LaunchProcessWithDebuggerAttached` instead of Start Process and `AttachDebuggerIfNeed`
Issue -
State: closed - Opened by van800 9 months ago
- 4 comments
Labels: wontfix, gdunit4.test.adapter
#64 - GD-64: It might be better to use `LaunchProcessWithDebuggerAttached` instead of Start Process and `AttachDebuggerIfNeed`
Issue -
State: closed - Opened by van800 9 months ago
- 4 comments
Labels: wontfix, gdunit4.test.adapter
#63 - GD-62: Add full .NET8 support
Pull Request -
State: closed - Opened by MikeSchulze 9 months ago
- 3 comments
#62 - GD-62: Add full `.NET8` support
Issue -
State: closed - Opened by MikeSchulze 9 months ago
Labels: gdunit4.api, gdunit4.test.adapter
#61 - Support both net7 and net8 at once
Pull Request -
State: closed - Opened by van800 9 months ago
- 5 comments
#59 - GD-357: Parameterized test cases are not run from Godot Editor GdUnit4 inspector
Pull Request -
State: closed - Opened by MikeSchulze 9 months ago
#58 - GD-357: Parameterized test cases are not run from Godot Editor GdUnit4 inspector
Issue -
State: closed - Opened by mpewsey 9 months ago
- 3 comments
Labels: bug, gdunit4.api
#57 - GD-57: Await on C# executor throws error on non-existing signal `ExecutionCompleted`
Issue -
State: closed - Opened by ngburke 9 months ago
- 8 comments
Labels: bug, godot related issue
#56 - GD-52: Format the code to C# standard
Pull Request -
State: closed - Opened by MikeSchulze 9 months ago