elimino testing

This commit is contained in:
fedpo
2024-10-17 05:33:21 +01:00
parent 431da19be6
commit 2c9aaee3f9
202 changed files with 0 additions and 6406 deletions

View File

@@ -23,8 +23,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Informes", "Informes\Inform
{78A331E5-86D4-427E-AA45-5879F9E5E98B} = {78A331E5-86D4-427E-AA45-5879F9E5E98B} {78A331E5-86D4-427E-AA45-5879F9E5E98B} = {78A331E5-86D4-427E-AA45-5879F9E5E98B}
EndProjectSection EndProjectSection
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "testing", "testing\testing.csproj", "{FC4E3D1E-306A-4F4E-8476-F7F37A6E9049}"
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
@@ -51,10 +49,6 @@ Global
{6C83A4AB-C70D-4D4E-A879-5E960C4A103A}.Debug|Any CPU.Build.0 = Debug|Any CPU {6C83A4AB-C70D-4D4E-A879-5E960C4A103A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C83A4AB-C70D-4D4E-A879-5E960C4A103A}.Release|Any CPU.ActiveCfg = Release|Any CPU {6C83A4AB-C70D-4D4E-A879-5E960C4A103A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C83A4AB-C70D-4D4E-A879-5E960C4A103A}.Release|Any CPU.Build.0 = Release|Any CPU {6C83A4AB-C70D-4D4E-A879-5E960C4A103A}.Release|Any CPU.Build.0 = Release|Any CPU
{FC4E3D1E-306A-4F4E-8476-F7F37A6E9049}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC4E3D1E-306A-4F4E-8476-F7F37A6E9049}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC4E3D1E-306A-4F4E-8476-F7F37A6E9049}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC4E3D1E-306A-4F4E-8476-F7F37A6E9049}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE

View File

@@ -1 +0,0 @@
global using NUnit.Framework;

View File

@@ -1,20 +0,0 @@
using Modelo;
namespace testing;
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void TestConeccion()
{
Context c = new();
bool connect = c.Database.CanConnect();
Assert.That(connect, "true");
}
}

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More