Feat: Firts Test first tests of the environment

This commit is contained in:
2024-06-20 13:57:21 -05:00
parent b6d78c54cb
commit b4999f9640
15 changed files with 85 additions and 401951 deletions

12
.gitignore vendored
View File

@@ -5,6 +5,8 @@ __pycache__/
*$py.class
*.bk
/.vscode
# C extensions
*.so
@@ -24,7 +26,11 @@ lib64/
parts/
sdist/
var/
bin/
include/
wheels/
__pycache__
trytond_miac.egg-info/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
@@ -33,7 +39,7 @@ share/python-wheels/
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# Usually these files are written by a python script fkrom a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
@@ -136,6 +142,8 @@ dmypy.json
# ---> Emacs
# -*- mode: gitignore; -*-
*~
.~*
*#
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
@@ -219,3 +227,5 @@ pyvenv.cfg
.venv
pip-selfcheck.json
.tdd_cache
app