Api’s are working but pytest -m connection is getting failed
http://127.0.0.1:5000/api/v1/movies/
output:
{
“entries_per_page”: 20,
“filters”: {},
“movies”: [
{
“_id”: “573a139af29313caabcf0d74”,
“awards”: “Won 11 Oscars. Another 116 wins & 63 nominations.”,
“cast”: [
“Leonardo DiCaprio”,
“Kate Winslet”,
“Billy Zane”,
“Kathy Bates”
],
“countries”: [
“USA”
],
…
…