emxsys / callattendant

A python-based automated call attendant, call blocker, and voice messaging system running on a Raspberry Pi. Screens callers and block robocalls and scams with a low-cost Raspberry Pi and modem.
https://emxsys.github.io/callattendant/
MIT License
115 stars 37 forks source link

Unit tests ported to pytest #77

Closed emxsys closed 4 years ago

emxsys commented 4 years ago

The module based tests were moved into test_*.py file in the /tests folder.

This was a simple port. Not much effort was done to improve the unit tests.

This command will run the unit tests (from the callattendant/src folder ):

python callattendant.py --config test.cfg

Closes #67