Branch: refs/heads/python3
Home: https://github.com/pyinstaller/pyinstaller
Commit: 43fbf5fc30e1d0c75b3db2b8b61bf5a6face3d11
https://github.com/pyinstaller/pyinstaller/commit/43fbf5fc30e1d0c75b3db2b8b61bf5a6face3d11
Author: Martin Zibricky <[email protected]>
Date: 2015-07-06 (Mon, 06 Jul 2015)
Changed paths:
A tests/functional/scripts/module_attributes.py
M tests/functional/test_basic.py
R tests/old_suite/basic/test_module_attributes.py
M tests/old_suite/runtests.py
Log Message:
-----------
Issue #1299: Migrate test_module_attributes.
Commit: 672a83f8fbc54cad834a5f515d6f3eae42e0c883
https://github.com/pyinstaller/pyinstaller/commit/672a83f8fbc54cad834a5f515d6f3eae42e0c883
Author: Martin Zibricky <[email protected]>
Date: 2015-07-06 (Mon, 06 Jul 2015)
Changed paths:
M tests/functional/scripts/module_attributes.py
A tests/functional/scripts/module_reload.py
M tests/functional/test_basic.py
R tests/old_suite/basic/data_reload.py
R tests/old_suite/basic/test_module_reload.py
Log Message:
-----------
Issue #1299: Migrate test_module_reload.
Commit: 3c5aa128179e0ee8fa1a64713cc8520b0ebb758d
https://github.com/pyinstaller/pyinstaller/commit/3c5aa128179e0ee8fa1a64713cc8520b0ebb758d
Author: Martin Zibricky <[email protected]>
Date: 2015-07-06 (Mon, 06 Jul 2015)
Changed paths:
A tests/functional/data/ctypes_dylib/ctypes_dylib-win.c
A tests/functional/data/ctypes_dylib/ctypes_dylib.c
A tests/functional/scripts/load_dll_using_ctypes.py
M tests/functional/test_basic.py
R tests/old_suite/basic/ctypes/testctypes-win.c
R tests/old_suite/basic/ctypes/testctypes.c
R tests/old_suite/basic/ctypeslib.py
R tests/old_suite/basic/test_onefile_ctypes.py
R tests/old_suite/basic/test_onefile_ctypes.spec
Log Message:
-----------
Issue #1299: Migrate test_onefile_ctypes.
Commit: 75f67d42c323b3f9f3c098385617189e3f12b795
https://github.com/pyinstaller/pyinstaller/commit/75f67d42c323b3f9f3c098385617189e3f12b795
Author: Martin Zibricky <[email protected]>
Date: 2015-07-06 (Mon, 06 Jul 2015)
Changed paths:
M PyInstaller/utils/tests.py
A tests/functional/scripts/chdir_meipass.py
A tests/functional/scripts/get_meipass_value.py
A tests/functional/scripts/multiprocess_forking.py
A tests/functional/scripts/python_home.py
A tests/functional/scripts/python_makefile.py
A tests/functional/scripts/pywin32_win32com.py
A tests/functional/scripts/site_module_disabled.py
A tests/functional/scripts/threading_module.py
A tests/functional/scripts/time_module.py
A tests/functional/scripts/xmldom_module.py
M tests/functional/test_basic.py
R tests/old_suite/basic/data_assignment.py
R tests/old_suite/basic/test_12.py
R tests/old_suite/basic/test_13.py
R tests/old_suite/basic/test_onefile_chdir_meipass.py
R tests/old_suite/basic/test_onefile_get_meipass2_value.py
R tests/old_suite/basic/test_onefile_module__file__attribute.py
R tests/old_suite/basic/test_onefile_multiprocess.py
R tests/old_suite/basic/test_onefile_python_makefile.py
R tests/old_suite/basic/test_onefile_win32com.py
R tests/old_suite/basic/test_python_home.py
R tests/old_suite/basic/test_site.py
R tests/old_suite/basic/test_threading.py
R tests/old_suite/basic/test_time.py
R tests/old_suite/basic/test_win32com.py
Log Message:
-----------
Issue #1299: Migrate bunch of tests to pytest.
Commit: 15d774b0c6d52affdb657b885c5b6ada0e4b3150
https://github.com/pyinstaller/pyinstaller/commit/15d774b0c6d52affdb657b885c5b6ada0e4b3150
Author: Martin Zibricky <[email protected]>
Date: 2015-07-06 (Mon, 06 Jul 2015)
Changed paths:
M PyInstaller/build.py
Log Message:
-----------
Issue #1299: Pass option -S to Python to disable site module for the created
exe.
Commit: cc16072638e5d9c205fd4bdfbffa90cbf9d82737
https://github.com/pyinstaller/pyinstaller/commit/cc16072638e5d9c205fd4bdfbffa90cbf9d82737
Author: Martin Zibricky <[email protected]>
Date: 2015-07-06 (Mon, 06 Jul 2015)
Changed paths:
M tests/functional/conftest.py
R tests/functional/modules/README
A tests/functional/modules/pyi_testmod_threading.py
M tests/functional/scripts/threading_module.py
R tests/old_suite/basic/data7.py
Log Message:
-----------
Issue #1299: Fix threading test.
Commit: 0c0eea0986bfbcdbd895689d3f3c9d51830fd9ac
https://github.com/pyinstaller/pyinstaller/commit/0c0eea0986bfbcdbd895689d3f3c9d51830fd9ac
Author: Martin Zibricky <[email protected]>
Date: 2015-07-06 (Mon, 06 Jul 2015)
Changed paths:
M tests/functional/conftest.py
Log Message:
-----------
Issue #1299: Make single tests more isolated.
Commit: fef17343ca23922ab642972297526406d36549d9
https://github.com/pyinstaller/pyinstaller/commit/fef17343ca23922ab642972297526406d36549d9
Author: Martin Zibricky <[email protected]>
Date: 2015-07-06 (Mon, 06 Jul 2015)
Changed paths:
M PyInstaller/build.py
M PyInstaller/utils/tests.py
Log Message:
-----------
Issue #1299: Add some TODOs and debug messages.
Commit: 438def9d0f2f650efb6365bacb488aa486cf1d6e
https://github.com/pyinstaller/pyinstaller/commit/438def9d0f2f650efb6365bacb488aa486cf1d6e
Author: Martin Zibricky <[email protected]>
Date: 2015-07-06 (Mon, 06 Jul 2015)
Changed paths:
M tests/functional/modules/pyi_testmod_threading.py
Log Message:
-----------
Issue #1299: Fix test_threading_module.
Commit: 377ba857c84774b76be51dcefd37907a3479a2fb
https://github.com/pyinstaller/pyinstaller/commit/377ba857c84774b76be51dcefd37907a3479a2fb
Author: Martin Zibricky <[email protected]>
Date: 2015-07-06 (Mon, 06 Jul 2015)
Changed paths:
M tests/functional/test_basic.py
Log Message:
-----------
Issue #1299: Mark test_multiprocess_forking as xfail.
Compare:
https://github.com/pyinstaller/pyinstaller/compare/5d612b38f8bf...377ba857c847
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.