Commit 375849a
committed
Introduction of DBGitTest
- Tests are made in integration manner and uses test\resources\repo directory to init DBGit repository into
- Tests are oriented in Postgres DBMS and uses -pgTestDbUrl -pgTestDbUser -pgTestDbPass params from cmdline, but can be easily tweaked to use other DBMSs by changin parameters and specifying needed DBGit repository url with target DBMS
- Uses JUnit 5 (junit-jupiter) to use improved annotations and 'tags' functionality, better commandline args support1 parent ccead7c commit 375849a
File tree
4 files changed
+444
-9
lines changed- src
- main/java/ru/fusionsoft/dbgit/core
- test
- java/ru/fusionsoft/dbgit
- resources
4 files changed
+444
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
11 | 27 | | |
12 | 28 | | |
13 | 29 | | |
| |||
117 | 133 | | |
118 | 134 | | |
119 | 135 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | 136 | | |
128 | 137 | | |
129 | 138 | | |
| |||
195 | 204 | | |
196 | 205 | | |
197 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
198 | 224 | | |
199 | 225 | | |
200 | 226 | | |
| |||
235 | 261 | | |
236 | 262 | | |
237 | 263 | | |
238 | | - | |
| 264 | + | |
239 | 265 | | |
240 | 266 | | |
241 | 267 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
0 commit comments