Home > other >  As shown in figure, modules, and yes, want to know how to solve
As shown in figure, modules, and yes, want to know how to solve

Time:10-18

The import unittest
The from name_function import get_formatted_name
The class NamesTestCase (unittest. TestCase) :
Def test_first_last_name (self) :
Formatted_name=get_formatted_name (' z ', 'yt')
Self. AssertEqual (formatted_name, 'yt z')
?
Unittest. The main ()
E
======================================================================
ERROR:/home/jovyan/(unittest. Loader. _FailedTest)
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
AttributeError: module '__main__' has no attribute '/home/jovyan/'

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Ran 1 test in 0.001 s

FAILED (errors=1)
An exception has occurred, the use % TB to see the full traceback.

SystemExit: True
/home/jovyan/. Virtualenvs basenv/lib/python3.5/site - packages/IPython/core/interactiveshell py: 3334: UserWarning: To exit: use 'exit', 'quit', or Ctrl - d.
Warn (" To exit: use the 'exit', 'quit', or Ctrl - d. ", stacklevel=1)