gorm/tests
Jinzhu 163200d05f Test Hooks 2020-06-05 20:24:15 +08:00
..
README.md Setup tests script 2020-02-23 09:38:51 +08:00
associations_belongs_to_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
associations_has_many_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
associations_has_one_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
associations_many2many_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
associations_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
callbacks_test.go Rename package name 2020-06-02 09:18:01 +08:00
count_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
create_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
customize_field_test.go Add field permission test 2020-06-05 19:18:22 +08:00
delete_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
distinct_test.go Add Distinct support 2020-06-05 19:19:12 +08:00
docker-compose.yml Fix tests with mysql, postgres 2020-03-12 13:05:22 +08:00
embedded_struct_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
go.mod Add field permission test 2020-06-05 19:18:22 +08:00
group_by_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
helper_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
hooks_test.go Test Hooks 2020-06-05 20:24:15 +08:00
joins_table_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
joins_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
main_test.go Fix can't scan null value into normal data types 2020-06-02 23:30:26 +08:00
migrate_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
multi_primary_keys_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
named_polymorphic_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
non_std_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
preload_suits_test.go Fix can't scan null value into normal data types 2020-06-02 23:30:26 +08:00
preload_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
query_test.go Add field permission test 2020-06-05 19:18:22 +08:00
scan_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
scanner_valuer_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
scopes_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
soft_delete_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
sql_builder_test.go Add field permission test 2020-06-05 19:18:22 +08:00
tests_all.sh Fix can't scan null value into normal data types 2020-06-02 23:30:26 +08:00
tests_test.go Fix can't scan null value into normal data types 2020-06-02 23:30:26 +08:00
transaction_test.go Add PrepareStmt support 2020-06-05 11:40:24 +08:00
update_belongs_to_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
update_has_many_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
update_has_one_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
update_many2many_test.go Refactor tests files 2020-06-02 10:50:38 +08:00
update_test.go Fix can't scan null value into normal data types 2020-06-02 23:30:26 +08:00
upsert_test.go Fix can't scan null value into normal data types 2020-06-02 23:30:26 +08:00

README.md

Test Guide

cd tests
# prepare test databases
docker-compose up

# run all tests
./tests_all.sh