Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[DBManager] Add tests for GPKG plugin
  • Loading branch information
rouault committed Oct 25, 2016
1 parent 390588b commit e08f981
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 0 deletions.
Empty file added python/plugins/__init__.py
Empty file.
1 change: 1 addition & 0 deletions tests/src/python/CMakeLists.txt
Expand Up @@ -112,6 +112,7 @@ ADD_PYTHON_TEST(PyQgsLayerDefinition test_qgslayerdefinition.py)
ADD_PYTHON_TEST(PyQgsWFSProvider test_provider_wfs.py)
ADD_PYTHON_TEST(PyQgsWFSProviderGUI test_provider_wfs_gui.py)
ADD_PYTHON_TEST(PyQgsConsole test_console.py)
ADD_PYTHON_TEST(PyQgsDBManagerGpkg test_db_manager_gpkg.py)

IF (NOT WIN32)
ADD_PYTHON_TEST(PyQgsLogger test_qgslogger.py)
Expand Down

0 comments on commit e08f981

Please sign in to comment.