Skip to content

Commit 3efae27

Browse files
committed
Add notes to integration test helper
1 parent d3dc3c0 commit 3efae27

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

integration_test/all_test.exs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,20 @@ Code.require_file "#{ecto}/integration_test/cases/type.exs", __DIR__
1010
Code.require_file "#{ecto}/integration_test/cases/repo.exs", __DIR__
1111

1212
ecto_sql = Mix.Project.deps_paths()[:ecto_sql]
13+
14+
#
15+
# The are not supported by SQLite3 unfortunately
16+
#
17+
# Code.require_file "#{ecto_sql}/integration_test/sql/alter.exs", __DIR__
1318
# Code.require_file "#{ecto_sql}/integration_test/sql/lock.exs", __DIR__
1419
# Code.require_file "#{ecto_sql}/integration_test/sql/logging.exs", __DIR__
20+
# Code.require_file "#{ecto_sql}/integration_test/sql/query_many.exs", __DIR__
21+
#
22+
23+
Code.require_file "#{ecto_sql}/integration_test/sql/migration.exs", __DIR__
24+
Code.require_file "#{ecto_sql}/integration_test/sql/migrator.exs", __DIR__
1525
Code.require_file "#{ecto_sql}/integration_test/sql/sandbox.exs", __DIR__
1626
Code.require_file "#{ecto_sql}/integration_test/sql/sql.exs", __DIR__
1727
Code.require_file "#{ecto_sql}/integration_test/sql/stream.exs", __DIR__
1828
Code.require_file "#{ecto_sql}/integration_test/sql/subquery.exs", __DIR__
1929
Code.require_file "#{ecto_sql}/integration_test/sql/transaction.exs", __DIR__
20-
Code.require_file "#{ecto_sql}/integration_test/sql/migration.exs", __DIR__
21-
Code.require_file "#{ecto_sql}/integration_test/sql/migrator.exs", __DIR__

0 commit comments

Comments
 (0)