Guest User

Untitled

a guest
May 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. import unittest
  2. import sys
  3. sys.path.append('../')
  4. import table_builder
  5.  
  6. No config file found, using default configuration
  7. ************* Module unittests_table_builder
  8. E: 9, 0: Unable to import 'table_builder' (import-error)
  9. C: 9, 0: Import "import table_builder" should be placed at the top of the module (wrong-import-position)
  10.  
  11. ------------------------------------------------------------------
  12. Your code has been rated at 4.55/10 (previous run: 4.55/10, +0.00)
Add Comment
Please, Sign In to add comment