diff --git a/Verax_API_EF/Verax_API_EF/API_Tests_Console/Tests_Console.cs b/Verax_API_EF/Verax_API_EF/API_Tests_Console/Tests_Console.cs index 8431299..e8b8c7d 100644 --- a/Verax_API_EF/Verax_API_EF/API_Tests_Console/Tests_Console.cs +++ b/Verax_API_EF/Verax_API_EF/API_Tests_Console/Tests_Console.cs @@ -12,18 +12,18 @@ class Tests_Console static async Task Main(string[] args) { - await TestUser(); + //await TestUser(); //await TestFormulaire(); //await TestArticle(); } private static async Task TestFormulaire() { - await TestFormulaireGetAll(); - await TestFormulaireGetId(); - await TestFormulaireCreate(); - await TestFormulaireDelete(); - await TestFormulaireUpdate(); + //await TestFormulaireGetAll(); + //await TestFormulaireGetId(); + //await TestFormulaireCreate(); + //await TestFormulaireDelete(); + //await TestFormulaireUpdate(); } private static async Task TestUser()