|
25 | 25 | }, |
26 | 26 | "settings": { |
27 | 27 | "test": { |
28 | | - "source": join("config", "django", "django_settings.py"), |
| 28 | + "source": join("test", "settings", "django.py"), |
29 | 29 | "target": join("src", "django", "tests", "mongo_settings.py"), |
30 | 30 | }, |
31 | 31 | "migrations": { |
32 | | - "source": join("config", "django", "django_settings.py"), |
| 32 | + "source": join("test", "settings", "django.py"), |
33 | 33 | "target": join("src", "django", "tests", "mongo_settings.py"), |
34 | 34 | }, |
35 | 35 | "module": { |
|
44 | 44 | }, |
45 | 45 | "django-filter": { |
46 | 46 | "apps_file": { |
47 | | - "source": join("config", "filter", "filter_apps.py"), |
| 47 | + "source": join("test", "apps", "django_filter.py"), |
48 | 48 | "target": join("src", "django-filter", "tests", "mongo_apps.py"), |
49 | 49 | }, |
50 | 50 | "test_command": "./runtests.py", |
|
61 | 61 | "clone_dir": join("src", "django-filter"), |
62 | 62 | "settings": { |
63 | 63 | "test": { |
64 | | - "source": join("config", "filter", "filter_settings.py"), |
| 64 | + "source": join("test", "settings", "django_filter.py"), |
65 | 65 | "target": join("src", "django-filter", "tests", "settings.py"), |
66 | 66 | }, |
67 | 67 | "migrations": { |
68 | | - "source": join("config", "filter", "filter_settings.py"), |
| 68 | + "source": join("test", "settings", "django_filter.py"), |
69 | 69 | "target": join("src", "django-filter", "tests", "settings.py"), |
70 | 70 | }, |
71 | 71 | "module": { |
|
77 | 77 | }, |
78 | 78 | "django-rest-framework": { |
79 | 79 | "apps_file": { |
80 | | - "source": join("config", "rest_framework", "rest_framework_apps.py"), |
| 80 | + "source": join("test", "apps", "rest_framework.py"), |
81 | 81 | "target": join("src", "django-rest-framework", "tests", "mongo_apps.py"), |
82 | 82 | }, |
83 | 83 | "migrations_dir": { |
|
89 | 89 | "clone_dir": join("src", "django-rest-framework"), |
90 | 90 | "settings": { |
91 | 91 | "test": { |
92 | | - "source": join( |
93 | | - "config", "rest_framework", "rest_framework_settings.py" |
94 | | - ), |
| 92 | + "source": join("test", "settings", "rest_framework.py"), |
95 | 93 | "target": join("src", "django-rest-framework", "tests", "conftest.py"), |
96 | 94 | }, |
97 | 95 | "migrations": { |
98 | | - "source": join("config", "rest_framework", "rest_framework_migrate.py"), |
| 96 | + "source": join("test", "settings", "rest_framework_migrations.py"), |
99 | 97 | "target": join("src", "django-rest-framework", "tests", "conftest.py"), |
100 | 98 | }, |
101 | 99 | "module": { |
|
107 | 105 | }, |
108 | 106 | "wagtail": { |
109 | 107 | "apps_file": { |
110 | | - "source": join("config", "wagtail", "wagtail_apps.py"), |
| 108 | + "source": join("test", "apps", "wagtail.py"), |
111 | 109 | "target": join("src", "wagtail", "wagtail", "test", "mongo_apps.py"), |
112 | 110 | }, |
113 | 111 | "migrations_dir": { |
|
124 | 122 | "clone_dir": join("src", "wagtail"), |
125 | 123 | "settings": { |
126 | 124 | "test": { |
127 | | - "source": join("config", "wagtail", "wagtail_settings.py"), |
| 125 | + "source": join("test", "settings", "wagtail.py"), |
128 | 126 | "target": join( |
129 | 127 | "src", "wagtail", "wagtail", "test", "mongo_settings.py" |
130 | 128 | ), |
131 | 129 | }, |
132 | 130 | "migrations": { |
133 | | - "source": join("config", "wagtail", "settings_wagtail.py"), |
| 131 | + "source": join("test", "settings", "wagtail.py"), |
134 | 132 | "target": join( |
135 | 133 | "src", "wagtail", "wagtail", "test", "mongo_settings.py" |
136 | 134 | ), |
|
147 | 145 | }, |
148 | 146 | "django-debug-toolbar": { |
149 | 147 | "apps_file": { |
150 | | - "source": join("config", "debug_toolbar", "debug_toolbar_apps.py"), |
| 148 | + "source": join("test", "apps", "debug_toolbar.py"), |
151 | 149 | "target": join( |
152 | 150 | "src", "django-debug-toolbar", "debug_toolbar", "mongo_apps.py" |
153 | 151 | ), |
|
157 | 155 | "clone_dir": join("src", "django-debug-toolbar"), |
158 | 156 | "settings": { |
159 | 157 | "test": { |
160 | | - "source": join("config", "debug_toolbar", "debug_toolbar_settings.py"), |
| 158 | + "source": join("test", "settings", "debug_toolbar.py"), |
161 | 159 | "target": join( |
162 | 160 | "src", "django-debug-toolbar", "debug_toolbar", "mongo_settings.py" |
163 | 161 | ), |
164 | 162 | }, |
165 | 163 | "migrations": { |
166 | | - "source": join("config", "debug_toolbar", "debug_toolbar_settings.py"), |
| 164 | + "source": join("test", "settings", "debug_toolbar.py"), |
167 | 165 | "target": join( |
168 | 166 | "src", "django-debug-toolbar", "debug_toolbar", "mongo_settings.py" |
169 | 167 | ), |
|
179 | 177 | }, |
180 | 178 | "django-mongodb-extensions": { |
181 | 179 | "apps_file": { |
182 | | - "source": join("config", "extensions", "debug_toolbar_apps.py"), |
| 180 | + "source": join("test", "apps", "django_mongodb_extensions.py"), |
183 | 181 | "target": join( |
184 | 182 | "src", |
185 | 183 | "django-mongodb-extensions", |
|
192 | 190 | "clone_dir": join("src", "django-mongodb-extensions"), |
193 | 191 | "settings": { |
194 | 192 | "test": { |
195 | | - "source": join("config", "extensions", "debug_toolbar_settings.py"), |
| 193 | + "source": join("test", "settings", "django_mongodb_extensions.py"), |
196 | 194 | "target": join( |
197 | 195 | "src", |
198 | 196 | "django-mongodb-extensions", |
|
201 | 199 | ), |
202 | 200 | }, |
203 | 201 | "migrations": { |
204 | | - "source": join("config", "extensions", "debug_toolbar_settings.py"), |
| 202 | + "source": join("test", "extensions", "debug_toolbar_settings.py"), |
205 | 203 | "target": join( |
206 | 204 | "src", |
207 | 205 | "django-mongodb-extensions", |
|
225 | 223 | "test_dir": join("src", "django-allauth"), |
226 | 224 | "clone_dir": join("src", "django-allauth"), |
227 | 225 | "apps_file": { |
228 | | - "source": join("config", "allauth", "allauth_apps.py"), |
| 226 | + "source": join("test", "apps", "allauth.py"), |
229 | 227 | "target": join("src", "django-allauth", "allauth", "mongo_apps.py"), |
230 | 228 | }, |
231 | 229 | "settings": { |
232 | 230 | "test": { |
233 | | - "source": join("config", "allauth", "allauth_settings.py"), |
| 231 | + "source": join("test", "settings", "allauth.py"), |
234 | 232 | "target": join("src", "django-allauth", "allauth", "mongo_settings.py"), |
235 | 233 | }, |
236 | 234 | "migrations": { |
237 | | - "source": join("config", "allauth", "allauth_settings.py"), |
| 235 | + "source": join("test", "settings", "allauth.py"), |
238 | 236 | "target": join("src", "django-allauth", "allauth", "mongo_settings.py"), |
239 | 237 | }, |
240 | 238 | "module": { |
|
0 commit comments