mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #2879 -- Added support for the integration with Selenium and other in-browser testing frameworks. Also added the first Selenium tests for contrib.admin. Many thanks to everyone for their contributions and feedback: Mikeal Rogers, Dirk Datzert, mir, Simon G., Almad, Russell Keith-Magee, Denis Golomazov, devin, robertrv, andrewbadr, Idan Gazit, voidspace, Tom Christie, hjwp2, Adam Nelson, Jannis Leidel, Anssi Kääriäinen, Preston Holmes, Bruno Renié and Jacob Kaplan-Moss.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
16
tests/regressiontests/servers/fixtures/testdata.json
Normal file
16
tests/regressiontests/servers/fixtures/testdata.json
Normal file
@@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "servers.person",
|
||||
"fields": {
|
||||
"name": "jane"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 2,
|
||||
"model": "servers.person",
|
||||
"fields": {
|
||||
"name": "robert"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user