mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 23:20:19 +00:00
1 line
2.4 KiB
JSON
1 line
2.4 KiB
JSON
[{"user_id": 437, "stars": [{"date_created": 1301021547.6151111, "user_id": 22985}], "topic_id": 15113, "date_created": 1301016569.7400401, "message": "I think gaetestbed is the best: https://github.com/jgeewax/gaetestbed\n\nI've also written a stub for the URLFetch service so it doesn't make real requests.\n\nNever found a good solution to getting index.yaml to update in tests. Unfortunate, as my app is covered way better by tests than using it...", "group_id": 3592, "id": 433819}, {"user_id": 22985, "stars": [], "topic_id": 15113, "date_created": 1301016271.4574029, "message": "Here are a few links I've found on the subject if anyone is interested: http://appengine-cookbook.appspot.com/recipe/app-engine-test-runner/", "group_id": 3592, "id": 433785}, {"user_id": 22985, "stars": [], "topic_id": 15113, "date_created": 1301016274.290334, "message": "http://ikaisays.com/2011/02/19/unit-testing-in-tipfy-an-app-engine-framework-in-python/", "group_id": 3592, "id": 433786}, {"user_id": 22985, "stars": [], "topic_id": 15113, "date_created": 1301015865.3217909, "message": "What kind of setup do you use to unit test your app engine apps? I'm used to just running django on app engine and using that testing environment. However, I'm interested in how a pure app engine app is tested.", "group_id": 3592, "id": 433740}, {"user_id": 22985, "stars": [], "topic_id": 15113, "date_created": 1301016313.7570081, "message": "http://www.cuberick.com/2008/11/unit-test-your-google-app-engine-models.html", "group_id": 3592, "id": 433791}, {"user_id": 22985, "stars": [], "topic_id": 15113, "date_created": 1301016213.7567749, "message": "I've read several articles about a setup very similar using nose, etc.", "group_id": 3592, "id": 433780}, {"user_id": 12404, "stars": [], "topic_id": 15113, "date_created": 1301016033.2826369, "message": "there's a plugin for nose to bootstrap gae, i also use webtest for functional tests. the disadvantage I've found is that the index.yaml doesn't get updated when your tests run, so I also have a switch that launches devappserver then points webtest at localhost:8080 instead of hitting the wsgi app directly. I'm probably doing it all wrong. :)", "group_id": 3592, "id": 433756}, {"user_id": 22985, "stars": [], "topic_id": 15113, "date_created": 1301572010.710454, "message": "Google added some testing tools into app engine 1.4.3, http://code.google.com/appengine/docs/python/tools/localunittesting.html", "group_id": 3592, "id": 490826}] |