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

@@ -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