Juergen E. Fischer
9e36fd9c6d
remove app startup tests depending on removed options configpath and --optionspath
2017-09-23 19:38:42 +02:00
Juergen E. Fischer
7293c057fc
windows test:
...
* skip options startup test (--help shows a message box on windows)
* avoid initial console help
2017-03-11 11:00:57 +01:00
Juergen E. Fischer
c77172ed3d
fix more flake8 warnings
2017-03-05 10:21:24 +01:00
Juergen E. Fischer
96c31a1f0e
remove python version checks
2017-03-03 17:41:58 +01:00
Denis Rouzaud
0a63d1f2c2
[spellcheck] properly look into various cases and add more fixes"
2017-01-16 16:39:20 +01:00
Juergen E. Fischer
daf8f7a244
fix PyQgsAppStartup (followup d9349e5)
2016-10-06 15:54:27 +02:00
Juergen E. Fischer
d9349e5bbb
update configuration settings to qgis3
2016-10-06 11:40:42 +02:00
Nyall Dawson
d49b656055
Permantly convert python tests to python 3
2016-09-21 09:12:54 +10:00
Nyall Dawson
9ccbe179a4
Increase some test timeouts to handle when Travis is slow
2016-09-07 08:06:50 +10:00
Matthias Kuhn
fbc2a4ee7a
Fix locale problems in PyQgsAppStartup test
2016-03-29 08:20:44 +02:00
Matthias Kuhn
0cc7ae0ff4
Inlcude PyQgsAppStartup test on Qt5
2016-03-29 08:20:43 +02:00
Matthias Kuhn
a129f190b8
Improve debug output of app startup test
2016-03-29 08:20:43 +02:00
Matthias Kuhn
e133b42896
Enable console with Python3 / PyQt5
2016-03-29 08:20:43 +02:00
Matthias Kuhn
054894a3dc
Fix failing tests
2016-03-14 23:25:28 +01:00
Matthias Kuhn
d8ad5a3d53
The app startup / plugin path test succeeds again
2016-02-26 13:40:39 +01:00
Matthias Kuhn
c21889f945
Add qgis.testing module for generic qgis test helpers
2016-02-04 13:36:13 +01:00
Nyall Dawson
9e292d0cca
Boost app startup test timeout further
...
To check whether this fixes failures on the windows nightly builds
2016-02-03 06:53:02 +11:00
Nyall Dawson
aca66a710f
More debugging for app startup test
2016-01-28 20:52:51 +11:00
Nyall Dawson
a88c93b10e
Followup 91ad20, increase startup test timeout
...
Now that the test has been improved we can safely bump the timeout
up a lot
2016-01-28 08:47:36 +11:00
Martin Dobias
c934291070
fix indentation
2016-01-27 14:21:33 +01:00
Martin Dobias
42ea15b346
Merge pull request #2496 from SebDieBln/App_OptionsAsFiles
...
Accept option '--' to mark all following arguments as files (refs #3714 )
2016-01-27 12:42:56 +01:00
Juergen E. Fischer
0ba089e6d4
fix PyQgsAppStartup on windows
2016-01-12 21:59:47 +01:00
Sebastian Dietrich
b4561a9283
introduce a new command line option '--' to the main app
...
all arguments after this option are treated as files, not options
includes a test
2015-11-22 21:55:34 +01:00
Sebastian Dietrich
91ad208d92
improved TestPyQgsAppStartup
...
allow passing additional arguments after testfile
do not wait the full timeout when the app already exited
2015-11-22 21:55:33 +01:00
Juergen E. Fischer
b39055b39c
indentation update (now including autopep8)
2015-08-22 14:29:41 +02:00
Matthias Kuhn
3d5de9ee25
Be more verbose with debug info on travis
2015-06-16 14:35:11 +02:00
Matthias Kuhn
9a0abc210a
Increase timeout for PyQgsAppStartup test
2015-06-16 00:30:45 +02:00
Matthias Kuhn
ed47ef9637
Exclude PyQgsAppStartup.testPluginPath for now
...
Since it fails for no obvious reason since 738838acd
2015-06-02 16:37:03 +02:00
Juergen E. Fischer
47121fb618
fix PyQgsAppStartup test on windows
2014-11-12 22:15:05 +01:00
Matthias Kuhn
38e13e0e40
Fix app startup test
2014-11-04 23:04:03 +01:00
Larry Shaffer
d991ebfd59
Possible cross-platform fix for app startup unit test
2014-03-05 23:18:57 -07:00
Larry Shaffer
87163c6098
Add unit test for PYQGIS_STARTUP environment variable
...
- Make PyQgsAppStartup test more general and PEP8 compliant
2013-09-24 15:42:05 -06:00
Larry Shaffer
8fb9816c67
[tests] Make app startup test work on Mac
...
- Handle bundled app path on Mac
- Move test writes to temporary, instead of source, directory
- Add Mac code for options.ini parent directory
- Add Mac options.ini file for plugin path test
- Clean up imports
2013-09-15 16:18:52 -06:00
Hugo Mercier
c8e818abbb
refs #8045 Add unit tests for path passed from command line
2013-07-18 15:01:08 +02:00