[testing filesource file](https://i.sstatic.net/3KvOZbRl.png)
Basically I am importing functions from one file to another file and testing the function through pytest. I am using assert function to check.
This is checked by style50(from cs50).
While i test through pytest it doesn’t show any error. It show that all my function run well. What should I do to fix this problem.
New contributor
user25125088 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2