threefoldtecharchive / jumpscaleX_libs_extra

more community driven approach to libs for jumpscale
Apache License 2.0
1 stars 1 forks source link

Docs test need to be refactored #9

Open john-kheir opened 4 years ago

john-kheir commented 4 years ago

Test Location

/sandbox/code/github/threefoldtech/jumpscaleX_libs_extra/JumpscaleLibsExtra/data/docs/DocsFactory.py

Error

=======================
ERROR: j.data.docs.test
-----------------------
EXCEPTION: 
    Cannot find path:'/sandbox/code/github/threefoldtech/jumpscaleX_weblibs/macros' for macro's, does
 it exist?
--TRACEBACK------------------
/sandbox/lib/jumpscale/Jumpscale/core/BASECLASSES/TestTools.py in _execute_test
    201    test()
/sandbox/lib/jumpscale/JumpscaleLibsExtra/data/docs/DocsFactory.py in test
    43    self.macros_load()
/sandbox/lib/jumpscale/JumpscaleLibsExtra/data/docs/DocsFactory.py in macros_load
    29    raise j.exceptions.Input("Cannot find path:'%s' for macro's, does it exist?" % path)
-----------------------------