threefoldtecharchive / jumpscaleX_threebot

Apache License 2.0
0 stars 3 forks source link

fix wikis tests [development_fixes2] #309

Closed Dinaamagdy closed 4 years ago

Dinaamagdy commented 4 years ago

need to fix wikis tests (https://github.com/threefoldtech/jumpscaleX_threebot/blob/development/ThreeBotPackages/zerobot/webinterface/tests/test_wiki.py)

the tests should follow the changes of the wikis structure https://github.com/threefoldtech/jumpscaleX_threebot/tree/development/ThreeBotPackages/zerobot/webinterface/wiki/wikis

Dinaamagdy commented 4 years ago

https://github.com/threefoldtech/jumpscaleX_threebot/issues/310

AhmedHanafy725 commented 4 years ago

wiki tests are fixed here 989bd9ef9045fadd8825d51284fda1a6e0b1edd1 and https://github.com/threefoldtech/jumpscaleX_core/commit/7ddc3254903091d1272f4235ce03364d8cdad7ec. And they are running on zeroCI

image

Only the last test is failing as the fix on jumpscaleX_core hasn't merged yet on development branch

Verification steps:

nosetests-3.4 -v /sandbox/code/github/threefoldtech/jumpscaleX_threebot/ThreeBotPackages/zerobot/webinterface/tests/test_wiki.py
rkhamis commented 4 years ago

Verified