Skip to content

Commit

Permalink
WIP Implements tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edassis committed Dec 16, 2023
1 parent fe124d4 commit 1069fc1
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
4 changes: 2 additions & 2 deletions GodotEnv.Tests/reports/branch_coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions GodotEnv.Tests/reports/line_coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions GodotEnv.Tests/reports/method_coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions GodotEnv.Tests/src/common/clients/EnvironmentVariableClientTest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
namespace Chickensoft.GodotEnv.Tests;
using System;
using System.Threading.Tasks;
using Chickensoft.GodotEnv.Common.Utilities;
using Shouldly;

public class EnvironmentVariableClientTest {

[PlatformFact(TestPlatform.Windows)]
}
10 changes: 10 additions & 0 deletions GodotEnv.Tests/src/features/godot/domain/GodotRepositoryTest.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
namespace Chickensoft.GodotEnv.Tests;
using System;
using System.Threading.Tasks;
using Chickensoft.GodotEnv.Common.Utilities;
using Shouldly;

public class GodotRepositoryTest {

[PlatformFact(TestPlatform.Windows)]
}

0 comments on commit 1069fc1

Please sign in to comment.