]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
test: refactor test_table_tablespace to use testing.combinations
authorMiguel Grillo <miguel_grillo_orellana@hotmail.com>
Thu, 24 Oct 2024 17:50:38 +0000 (19:50 +0200)
committerMiguel Grillo <miguel_grillo_orellana@hotmail.com>
Thu, 24 Oct 2024 17:50:38 +0000 (19:50 +0200)
commit6f48988f701b85741a38b0b43c4a26b37f6b81e5
tree400b23997f16ad724e77a1a6f1bf35164cc42d5b
parentc503ddf62825cc877ce64a7c9d4186b5e53a4a85
test: refactor test_table_tablespace to use testing.combinations

Refactored the test_table_tablespace to use testing.combinations for better maintainability and extensibility. This change reduces code repetition and makes it easier to add new test cases in the future.
test/dialect/oracle/test_compiler.py