• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..28-Oct-2021-

.gitignoreH A D28-Oct-20217 21

README.mdH A D28-Oct-2021110 118

associations_belongs_to_test.goH A D28-Oct-20217 KiB220156

associations_has_many_test.goH A D28-Oct-202113.1 KiB474307

associations_has_one_test.goH A D28-Oct-20216.8 KiB258163

associations_many2many_test.goH A D28-Oct-202110.4 KiB327211

associations_test.goH A D28-Oct-20214.9 KiB179141

benchmark_test.goH A D28-Oct-2021735 4534

callbacks_test.goH A D28-Oct-20214.6 KiB171149

count_test.goH A D28-Oct-20215.1 KiB138109

create_test.goH A D28-Oct-202117.4 KiB529434

customize_field_test.goH A D28-Oct-20216.9 KiB193149

default_value_test.goH A D28-Oct-20211.3 KiB4032

delete_test.goH A D28-Oct-20219.3 KiB259207

distinct_test.goH A D28-Oct-20212.5 KiB7559

docker-compose.ymlH A D28-Oct-2021651 3230

embedded_struct_test.goH A D28-Oct-20214.1 KiB171137

go.modH A D28-Oct-2021311 1713

gorm_test.goH A D28-Oct-20213 KiB9478

group_by_test.goH A D28-Oct-20213.3 KiB11090

helper_test.goH A D28-Oct-20216.6 KiB231187

hooks_test.goH A D28-Oct-202113.8 KiB496387

joins_table_test.goH A D28-Oct-20213.5 KiB11790

joins_test.goH A D28-Oct-20217 KiB187142

main_test.goH A D28-Oct-20211.4 KiB5644

migrate_test.goH A D28-Oct-202112.4 KiB423335

multi_primary_keys_test.goH A D28-Oct-202112.8 KiB449354

named_argument_test.goH A D28-Oct-20212.1 KiB7050

named_polymorphic_test.goH A D28-Oct-20214.2 KiB148110

non_std_test.goH A D28-Oct-20211.9 KiB6250

postgres_test.goH A D28-Oct-20212.1 KiB8567

preload_suits_test.goH A D28-Oct-202130.2 KiB1,5121,322

preload_test.goH A D28-Oct-20216 KiB241195

prepared_stmt_test.goH A D28-Oct-20212.4 KiB9170

query_test.goH A D28-Oct-202141.7 KiB1,155934

scan_test.goH A D28-Oct-20215.8 KiB159131

scanner_valuer_test.goH A D28-Oct-202110.6 KiB394319

scopes_test.goH A D28-Oct-20211.8 KiB7559

soft_delete_test.goH A D28-Oct-20212.6 KiB8667

sql_builder_test.goH A D28-Oct-20219.2 KiB290234

table_test.goH A D28-Oct-20217.8 KiB148118

tests_all.shH A D28-Oct-2021822 4336

tests_test.goH A D28-Oct-20212.8 KiB11391

transaction_test.goH A D28-Oct-20219.7 KiB370285

update_belongs_to_test.goH A D28-Oct-20211.2 KiB4534

update_has_many_test.goH A D28-Oct-20212 KiB8362

update_has_one_test.goH A D28-Oct-20213.5 KiB134104

update_many2many_test.goH A D28-Oct-20211.3 KiB5541

update_test.goH A D28-Oct-202124.6 KiB760601

upsert_test.goH A D28-Oct-202111.4 KiB331273

README.md

1# Test Guide
2
3```bash
4cd tests
5# prepare test databases
6docker-compose up
7
8# run all tests
9./tests_all.sh
10```
11