summaryrefslogtreecommitdiff
path: root/tests/fixtures/fixtures/fixture1.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/fixtures/fixture1.json')
-rw-r--r--tests/fixtures/fixtures/fixture1.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/fixtures/fixtures/fixture1.json b/tests/fixtures/fixtures/fixture1.json
new file mode 100644
index 0000000000..332feaef77
--- /dev/null
+++ b/tests/fixtures/fixtures/fixture1.json
@@ -0,0 +1,34 @@
+[
+ {
+ "pk": 1,
+ "model": "sites.site",
+ "fields": {
+ "domain": "example.com",
+ "name": "example.com"
+ }
+ },
+ {
+ "pk": "2",
+ "model": "fixtures.article",
+ "fields": {
+ "headline": "Poker has no place on ESPN",
+ "pub_date": "2006-06-16 12:00:00"
+ }
+ },
+ {
+ "pk": "3",
+ "model": "fixtures.article",
+ "fields": {
+ "headline": "Time to reform copyright",
+ "pub_date": "2006-06-16 13:00:00"
+ }
+ },
+ {
+ "pk": 1,
+ "model": "fixtures.category",
+ "fields": {
+ "description": "Latest news stories",
+ "title": "News Stories"
+ }
+ }
+] \ No newline at end of file