From 87d2158cc10f46bf697e5afcf369a0dcef77ae4b Mon Sep 17 00:00:00 2001 From: Angah Desenvolvedores Date: Mon, 13 Jan 2025 15:54:51 +0000 Subject: [PATCH] testanto caminho de tests --- tests/__init__.py | 0 teste_unitario.py => tests/teste_unitario.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/__init__.py rename teste_unitario.py => tests/teste_unitario.py (100%) diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/teste_unitario.py b/tests/teste_unitario.py similarity index 100% rename from teste_unitario.py rename to tests/teste_unitario.py