Skip to content

Commit

Permalink
Move test to new category
Browse files Browse the repository at this point in the history
  • Loading branch information
SrNetoChan authored Jan 12, 2021
1 parent 621f914 commit 46ee1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coretests/tests/testerplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def functionalTests():
testGpxFilenamePrefix.setCleanup(lambda: QgsProject.instance().clear())

# check Processing providers
testProcessingProviders = Test('Processing providers are functional')
testProcessingProviders = Test('Processing providers are functional', category='Installation Smoke tests')
testProcessingProviders.addStep('Open Processing toolbox from the "Processing -> Toolbox" menu')
testProcessingProviders.addStep('Verify that native QGIS tools groups are exist in the Processing toolbox.', isVerifyStep=True)
testProcessingProviders.addStep('Verify that the GDAL group is exist in the Processing toolbox and that it contains several sub-groups.', isVerifyStep=True)
Expand Down

0 comments on commit 46ee1c9

Please sign in to comment.