Thomas Lehmann
Thomas Lehmann
As a propose for a potential solution ... When each test is finally a temporary bash script in /tmp you could use this: http://bashdb.sourceforge.net/ as tool. You could provide an...
Exactly
I've created a Dockefile ofr Python 3.7.x ... and found some issues - latest pip doesn't work - using pip without upgrade is fine from installation perspective - the radon...
For sure I try to make it working as soon as possible but not for Milestone 1.12.
Providing you some help on it: You can specify another constant along with the ones you already have: CRUMB='{0}/crumbIssuer/api/xml?xpath=concat(//crumbRequestField,":",//crumb)' ``` def get_crumb(self): """ Get crumb token required when the option...
I think the problem is in the api.py in this method ``` def _register_apidoc(self, app): conf = app.extensions.setdefault('restplus', {}) if not conf.get('apidoc_registered', False): app.register_blueprint(apidoc.apidoc) conf['apidoc_registered'] = True ``` What is...
One addition note: I have seen you provide a test capability but keep in mind I have none `-Serve` scenarios as well.