initial pytest folder

This commit is contained in:
mh4x0f 2020-04-05 23:37:04 -03:00
parent 4aaadf5804
commit 2c6b3081ce
4 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -67,4 +67,3 @@ deb_tmp/
# IDE
# PyCharm
.idea/
tests/

View File

@ -67,6 +67,7 @@ All notable changes to this project will be documented in this file.
### Deprecated
### Removed
- removed all python modules on test folder [mh4x0f]
- removed old implementation loader accesspoint [mh4x0f]
- Removed history.md file [mh4x0f]
- Removed keys not using in project. [mh4x0f]

0
tests/__init__.py Normal file
View File

0
tests/test_modules.py Normal file
View File