threefoldtecharchive / jumpscaleX_core

Apache License 2.0
1 stars 6 forks source link

Can't fix the test.. need more info about the test purpose and why the schema is different? #356

Closed john-kheir closed 4 years ago

john-kheir commented 4 years ago

Issue:

1- Running this test throw this error kosmos 'j.data.schema.test(name="load_from_dir")' instance_problem

test:

https://github.com/threefoldtech/jumpscaleX_core/blob/development/JumpscaleCore/data/schema/tests/8_load_from_dir.py

Schema used by the test:

https://github.com/threefoldtech/jumpscaleX_core/blob/development/JumpscaleCore/data/schema/tests/schemas_toml/threefoldtoken_wallet.toml

@url = threefoldtoken.wallet
@importance = true
@systemprop = 1
jwt = "" (S)                # JWT Token
addr** = ""                   # Address
ipaddr = (ipaddr)           # IP Address
email = "" (S)              # Email address
username = "" (S)           # User name
BolaNasr commented 4 years ago

@john-kheir
it works Good at development_fixes branch but we need to understand
what this schema mean ?

@importance = true
@systemprop = 1

we will close it for now