gorm/tests
Jinzhu e490e09db5 Add SetupJoinTable support 2020-06-01 23:58:22 +08:00
..
README.md Setup tests script 2020-02-23 09:38:51 +08:00
associations_belongs_to_test.go Refactor association 2020-05-26 11:19:01 +08:00
associations_has_many_test.go Refactor association 2020-05-26 11:19:01 +08:00
associations_has_one_test.go Refactor association 2020-05-26 11:19:01 +08:00
associations_many2many_test.go Refactor association 2020-05-26 11:19:01 +08:00
associations_test.go Add more updates test 2020-06-01 19:41:33 +08:00
callbacks_test.go Add callbacks 2020-02-02 20:05:10 +08:00
count_test.go Test Association For BelongsTo 2020-05-24 18:33:15 +08:00
create_test.go Test Select, Omit with Create 2020-05-31 13:34:53 +08:00
customize_column_test.go Add customize column test 2020-06-01 21:39:08 +08:00
delete_test.go Add more updates test 2020-06-01 19:41:33 +08:00
docker-compose.yml Fix tests with mysql, postgres 2020-03-12 13:05:22 +08:00
dummy_dialecter.go Add multi primary keys test 2020-06-01 08:13:16 +08:00
embedded_struct_test.go Test embedded struct 2020-05-31 14:18:07 +08:00
group_by_test.go Refactor tests 2020-05-23 23:50:48 +08:00
hooks_test.go Improve Hooks 2020-06-01 00:12:20 +08:00
joins_table_test.go Add SetupJoinTable support 2020-06-01 23:58:22 +08:00
joins_test.go Test block global update/delete 2020-05-31 20:42:07 +08:00
main_test.go Test block global update/delete 2020-05-31 20:42:07 +08:00
migrate_test.go Add test for AlterColumn 2020-05-31 11:01:06 +08:00
model.go Test create polymorphic has one 2020-04-17 08:40:11 +08:00
multi_primary_keys_test.go Add multi primary keys test 2020-06-01 08:13:16 +08:00
named_polymorphic_test.go Fix change log level 2020-05-31 17:49:31 +08:00
non_std_test.go Test block global update/delete 2020-05-31 20:42:07 +08:00
preload_test.go Test preload with conds 2020-05-24 01:16:08 +08:00
query_test.go Test SubQuery 2020-06-01 21:26:23 +08:00
scan_test.go Add ScanRows support 2020-05-26 23:13:05 +08:00
scanner_valuer_test.go Add mores tests for query 2020-06-01 10:54:32 +08:00
scopes_test.go Add Scopes tests 2020-05-30 19:43:29 +08:00
soft_delete_test.go Add SoftDelete support 2020-05-29 07:35:45 +08:00
sql_builder_test.go Add mores tests for query 2020-06-01 10:54:32 +08:00
tests.go Improve Hooks 2020-06-01 00:12:20 +08:00
tests_all.sh Fix mssql rename index, has column 2020-05-31 07:57:13 +08:00
transaction_test.go Improve Hooks 2020-06-01 00:12:20 +08:00
update_belongs_to_test.go Test non std primary key and default value 2020-05-30 16:03:27 +08:00
update_has_many_test.go Test non std primary key and default value 2020-05-30 16:03:27 +08:00
update_has_one_test.go Test non std primary key and default value 2020-05-30 16:03:27 +08:00
update_many2many_test.go Test non std primary key and default value 2020-05-30 16:03:27 +08:00
update_test.go Add more updates test 2020-06-01 19:41:33 +08:00
upsert_test.go Test Upsert 2020-05-30 14:28:42 +08:00
utils.go Add more updates test 2020-06-01 19:41:33 +08:00

README.md

Test Guide

cd tests
# prepare test databases
docker-compose up

# run all tests
./tests_all.sh