Posts by mmariano • 3 points
2 posts
-
0
votes1
answer154
viewsQ: Error in tests with python 3.7, pytest and flask Blueprint
I’m starting a very basic Flask application for learning purposes. The apps are running normally. The problem is testing with pytest. I am using in pipenv: python 3.7.2, Flask==1.0.2,…
-
0
votes0
answers233
viewsQ: Problem with python + json + urllib error json.decoder.Jsondecodeerror
I cannot use json and urllib I get an error, I think the error is because of the system, I use windows! I have already researched a lot and I see no solution to this error. The code is very simple :…