assertRaises(AttributeError, …) not working. Module 'myModule' has no attribute 'main' (Python Unit Test)

前端 未结 0 374
北荒
北荒 2021-01-29 04:12

I\'m new to Python. My first unit test doesn\'t work.

Here is my telegram.py:

#!/usr/bin/python3
import socket
import sys
import urllib.parse
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题