sqlite-utils/tests
2021-11-14 18:01:56 -08:00
..
sniff sqlite-utils insert --sniff option, closes #230 2021-02-14 11:23:12 -08:00
__init__.py Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
conftest.py Tracer mechanism for showing underlying SQL queries 2020-09-07 14:56:59 -07:00
test_analyze_tables.py Now complies with flake8, refs #291 2021-06-22 18:22:08 -07:00
test_attach.py db.attach(alias, filepath) method, closes #113 2021-02-18 20:56:32 -08:00
test_cli.py Output [] in JSON mode if no rows, closes #328 2021-09-22 13:20:04 -07:00
test_cli_convert.py --where and -p options for sqlite-utils convert, closes #304 2021-08-02 11:58:05 -07:00
test_cli_memory.py sqlite-utils memory --flatten, closes #332 2021-11-14 15:05:00 -08:00
test_column_affinity.py Tracer mechanism for showing underlying SQL queries 2020-09-07 14:56:59 -07:00
test_constructor.py Now complies with flake8, refs #291 2021-06-22 18:22:08 -07:00
test_conversions.py Now complies with flake8, refs #291 2021-06-22 18:22:08 -07:00
test_convert.py Implemented .convert(..., where=, where_args=), refs #304 2021-08-02 11:33:56 -07:00
test_create.py Handle dict/tuple/list mapping to TEXT, closes #338 2021-11-14 16:36:00 -08:00
test_create_view.py Tracer mechanism for showing underlying SQL queries 2020-09-07 14:56:59 -07:00
test_delete.py Added table.delete_where(), closes #62 2019-11-04 08:18:06 -08:00
test_docs.py sqlite-utils convert command and db[table].convert(...) method 2021-08-01 21:47:39 -07:00
test_enable_counts.py table.count_where() method, closes #305 2021-08-01 22:08:17 -07:00
test_extract.py Now complies with flake8, refs #291 2021-06-22 18:22:08 -07:00
test_extracts.py Now complies with flake8, refs #291 2021-06-22 18:22:08 -07:00
test_fts.py table.search(quote=True) parameter, refs #296 2021-08-18 12:55:53 -07:00
test_get.py Refactored tests into new test_rows.py, refs #76 2020-04-15 18:04:55 -07:00
test_hypothesis.py Now complies with flake8, refs #291 2021-06-22 18:22:08 -07:00
test_insert_files.py Ability to insert file contents as text, in addition to blob (#321) 2021-08-24 16:31:13 -07:00
test_introspect.py table.count_where() method, closes #305 2021-08-01 22:08:17 -07:00
test_lookup.py Optional second argument to .lookup() to populate extra columns, closes #339 2021-11-14 18:01:56 -08:00
test_m2m.py table.m2m(..., alter=True) option, closes #222 2021-01-17 20:26:02 -08:00
test_query.py Tests for db.query() method, refs #290 2021-06-22 10:43:49 -07:00
test_recipes.py sqlite-utils convert command and db[table].convert(...) method 2021-08-01 21:47:39 -07:00
test_recreate.py Now complies with flake8, refs #291 2021-06-22 18:22:08 -07:00
test_register_function.py Ignore this entire file, refs #291 2021-06-22 19:08:52 -07:00
test_rows.py Now complies with flake8, refs #291 2021-06-22 18:22:08 -07:00
test_sniff.py sqlite-utils insert --sniff option, closes #230 2021-02-14 11:23:12 -08:00
test_suggest_column_types.py Fixed bug with null columns, closes #95 2020-03-23 13:31:06 -07:00
test_tracer.py Type signatures for .create_table() and .create_table_sql() and .create() and Table.__init__ 2021-08-18 15:25:18 -07:00
test_transform.py Now complies with flake8, refs #291 2021-06-22 18:22:08 -07:00
test_update.py Use jsonify_if_need for sql updates (#204) 2020-12-08 09:49:42 -08:00
test_upsert.py Now complies with flake8, refs #291 2021-06-22 18:22:08 -07:00
test_utils.py find_spatialite() utility function, closes #135 2020-08-21 13:30:02 -07:00
test_wal.py Now complies with flake8, refs #291 2021-06-22 18:22:08 -07:00
utils.py 'sqlite-utils add-column name type' command, closes #15 2019-02-24 12:04:33 -08:00