Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. ----------------------------------------------------------------------
  2. Traceback (most recent call last):
  3. File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
  4. raise self.failureException(self.format_failure(new.getvalue()))
  5. AssertionError: Failed doctest test for scenario_production.rst
  6. File "/home/sergi/projectes/nclone/trytond/trytond/modules/production/tests/scenario_production.rst", line 0
  7.  
  8. ----------------------------------------------------------------------
  9. File "/home/sergi/projectes/nclone/trytond/trytond/modules/production/tests/scenario_production.rst", line 150, in scenario_production.rst
  10. Failed example:
  11. production.click('reset_bom', change=BOM_CHANGES)
  12. Exception raised:
  13. Traceback (most recent call last):
  14. File "/usr/lib/python2.7/doctest.py", line 1315, in __run
  15. compileflags, 1) in test.globs
  16. File "<doctest scenario_production.rst[106]>", line 1, in <module>
  17. production.click('reset_bom', change=BOM_CHANGES)
  18. File "/home/sergi/projectes/nclone/proteus/proteus/__init__.py", line 101, in newfunc
  19. return self.func(owner, [instance], *args, **kwargs)
  20. File "/home/sergi/projectes/nclone/proteus/proteus/__init__.py", line 815, in click
  21. changes = getattr(proxy, button)(values, context)
  22. File "/home/sergi/projectes/nclone/proteus/proteus/config.py", line 179, in __call__
  23. result = rpc.result(meth(inst, *args, **kwargs))
  24. File "/home/sergi/projectes/nclone/trytond/trytond/model/modelview.py", line 82, in wrapper
  25. result = func(self, *args, **kwargs)
  26. TypeError: wrapper() takes at least 2 arguments (1 given)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement