diff --git a/orekit-conda-recipe/pyhelpers.py b/orekit-conda-recipe/pyhelpers.py
index ab0cc432ab67320b1da2814d0c0afbbe5d016f3f..9d2e8c341447e18ed62f95e67c9593ebf3b2f979 100644
--- a/orekit-conda-recipe/pyhelpers.py
+++ b/orekit-conda-recipe/pyhelpers.py
@@ -16,6 +16,10 @@
 """ This document contains classes that are useful for using the orekit
 library in Python. """
 
+from __future__ import absolute_import
+from __future__ import division
+from __future__ import print_function
+
 # Set up the orekit namespace
 import orekit
 
diff --git a/orekit-conda-recipe/run_test.bat b/orekit-conda-recipe/run_test.bat
index 268170753036072ccfd4c99a7c237f40534768e5..70245f6e3cef1155925f5f08fe572cc7fd5a0a5f 100644
--- a/orekit-conda-recipe/run_test.bat
+++ b/orekit-conda-recipe/run_test.bat
@@ -1,3 +1,11 @@
-set JCC_JDK=C:\Program Files (x86)\Java\jdk1.6.0_35
-set JAVA_HOME=%JCC_JDK%
-set PATH=%JCC_JDK%\jre\bin\client;%JCC_JDK%\bin;%JCC_JDK%\lib;%PATH%
\ No newline at end of file
+cd test
+python AltitudeDetectorTest.py
+python NodeDetectorTest.py
+python ImpulseManeuverTest.py
+python BackAndForthDetectorTest.py
+python KeplerianConverterTest.py
+python EventHandlerTest.py
+python AbstractDetectorTest.py
+python EventDetectorTest.py
+python SmallManeuverAnalyticalModelTest.py
+python GroundFieldOfViewDetectorTest.py
\ No newline at end of file