Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add reference #91

Merged
merged 1 commit into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/qgis_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
Copyright (c) 2011 German Carrillo, [email protected]
Copyright (c) 2014 Tim Sutton, [email protected]

reference: https://github.com/felt/qgis-plugin/blob/main/felt/test/qgis_interface.py
"""

__author__ = "[email protected]"
Expand Down
1 change: 1 addition & 0 deletions tests/test_qgis_environment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
reference: https://github.com/felt/qgis-plugin/blob/main/felt/test/test_qgis_environment.py
Tests for QGIS functionality.
"""

Expand Down
1 change: 1 addition & 0 deletions tests/utilities.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
reference: https://github.com/felt/qgis-plugin/blob/main/felt/test/utilities.py
Common functionality used by regression tests.
"""

Expand Down
Loading