diff options
Diffstat (limited to '97suifangqa/apps/sciblog/fixtures/sciblogForTest.json')
-rw-r--r-- | 97suifangqa/apps/sciblog/fixtures/sciblogForTest.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/97suifangqa/apps/sciblog/fixtures/sciblogForTest.json b/97suifangqa/apps/sciblog/fixtures/sciblogForTest.json new file mode 100644 index 0000000..32dfd7a --- /dev/null +++ b/97suifangqa/apps/sciblog/fixtures/sciblogForTest.json @@ -0,0 +1,49 @@ +[ + { + "pk": 1, + "model": "sciblog.sciblog", + "fields": { + "subhead": "subtitleForTest", + "sample": [], + "readed_count": 0, + "references": [], + "catched_by": [], + "query": [], + "endpoint_content": "", + "treatment_content": "", + "baseline": [], + "title": "forTest", + "clinic_conditions": [], + "hospital": [], + "source": null, + "understanded_count": 0, + "safety": "", + "entitle": "enTitleForTest", + "konwledge_piece": [], + "method": "", + "conclusion": "", + "detectionAssay": "", + "ifvalue": 1.0, + "journal": "", + "authors": "default authors", + "abstractAE": "", + "confused_count": 0, + "collected_by": [], + "guidline": null, + "aim": "", + "publish_date": null, + "abstract_result": "", + "endpoints": [] + } + }, + { + "pk": 1, + "model": "sciblog.usercollection", + "fields": { + "lastCollectBlogTime": null, + "lastCatchBlogTime": null, + "user": 6, + "lastCollectAnnotationTime": null + } + } +]
\ No newline at end of file |