Andre Boechat

Results 7 comments of Andre Boechat

@YoniMelki, why are you replacing the response content with a `httpx.Response` object? Should this function just erase the content of the original response? ```python def scrub_malware_bazaar_sample_response(response: dict): response.update({"content": httpx.Response(status_code=200)}) return...

``` python==3.5.1 django==1.9.6 aloe==0.1.8 ```

Ah, yes, I did. I'm sorry, I forgot to mention it before. ``` aloe-django==0.1.1 ```

``` py ./manage.py harvest directory/features/user_create_normal_account.feature nosetests directory/features/user_create_normal_account.feature --verbosity=1 Creating test database for alias 'default'... E ====================================================================== ERROR: Failure: Exception () ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/lib/python3.5/site-packages/nose/failure.py", line 39,...

Uh, OK, I didn't notice this difference, since I always specify the feature files. Thanks for investigating it!

Thanks for replying, @guns! I'll try to find some time to look at the code.

Uhum, I see. I think you do have a point, @shbunder.