We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82605cd + 47c11fe commit 8c8885dCopy full SHA for 8c8885d
CHANGELOG
@@ -1,3 +1,7 @@
1
+2.42.0
2
+ * Support for Python 3.x
3
+ * New method to launch test run using test run config (Requires: Testdroid v2.58 or higher)
4
+ * Api call to retrieve input files
5
2.41.4
6
* Don't separately update project when calling start_test_run()
7
2.41.3
setup.py
@@ -3,7 +3,7 @@
import sys, os
-version = '2.41.4'
+version = '2.42.0'
8
setup(name='testdroid',
9
version=version,
0 commit comments