Branch: refs/heads/python3
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 45f69089cca72da62d34e3ed7d338a772aee6986
      
https://github.com/pyinstaller/pyinstaller/commit/45f69089cca72da62d34e3ed7d338a772aee6986
  Author: Martin Zibricky <[email protected]>
  Date:   2015-07-03 (Fri, 03 Jul 2015)

  Changed paths:
    M setup.cfg
    M tests/unit/test_hookutils.py

  Log Message:
  -----------
  Issue #1299: Convert the rest of hookutils unit tests to pytest.


  Commit: 27590f0eebb447ac9887418b57d500c1b4b77a14
      
https://github.com/pyinstaller/pyinstaller/commit/27590f0eebb447ac9887418b57d500c1b4b77a14
  Author: Martin Zibricky <[email protected]>
  Date:   2015-07-03 (Fri, 03 Jul 2015)

  Changed paths:
    M tests/functional/conftest.py

  Log Message:
  -----------
  Issue #1299: Implement running executables with pytest.


  Commit: 0f81b6019a259603566187c0a760b668c9d4b07a
      
https://github.com/pyinstaller/pyinstaller/commit/0f81b6019a259603566187c0a760b668c9d4b07a
  Author: Martin Zibricky <[email protected]>
  Date:   2015-07-03 (Fri, 03 Jul 2015)

  Changed paths:
    M tests/functional/conftest.py

  Log Message:
  -----------
  Issue #1299: Implement running tests in onefile mode.


  Commit: 18fb53598f8e7974c2dabbdc50e8e9c65181502d
      
https://github.com/pyinstaller/pyinstaller/commit/18fb53598f8e7974c2dabbdc50e8e9c65181502d
  Author: Martin Zibricky <[email protected]>
  Date:   2015-07-03 (Fri, 03 Jul 2015)

  Changed paths:
    A tests/functional/support/absolute_ld_library_path.py
    A tests/functional/support/absolute_python_path.py
    A tests/functional/support/celementtree.py
    A tests/functional/support/codecs.py
    A tests/functional/support/decoders_ascii.py
    A tests/functional/support/email.py
    A tests/functional/support/filename.py
    A tests/functional/support/getfilesystemencoding.py
    A tests/functional/support/module__file__attribute.py
    A tests/functional/support/multiprocess.py
    M tests/functional/test_basic.py
    R tests/old_suite/basic/test_absolute_ld_library_path.py
    R tests/old_suite/basic/test_absolute_python_path.py
    R tests/old_suite/basic/test_celementtree.py
    R tests/old_suite/basic/test_codecs.py
    R tests/old_suite/basic/test_decoders_ascii.py
    R tests/old_suite/basic/test_email.py
    R tests/old_suite/basic/test_email_oldstyle.py
    R tests/old_suite/basic/test_f_option.py
    R tests/old_suite/basic/test_filename.py
    R tests/old_suite/basic/test_getfilesystemencoding.py
    R tests/old_suite/basic/test_helloworld.py
    R tests/old_suite/basic/test_module__file__attribute.py
    R tests/old_suite/basic/test_multiprocess.py
    R tests/old_suite/basic/test_onefile_helloworld.py

  Log Message:
  -----------
  Issue #1299: Migrate several basic tests to pytest.


  Commit: 2d64aaa6f5c2259b77b10482fbe58e38b01a7c44
      
https://github.com/pyinstaller/pyinstaller/commit/2d64aaa6f5c2259b77b10482fbe58e38b01a7c44
  Author: Martin Zibricky <[email protected]>
  Date:   2015-07-03 (Fri, 03 Jul 2015)

  Changed paths:
    M tests/functional/README
    M tests/functional/conftest.py
    A tests/functional/modules/README
    A tests/functional/scripts/absolute_ld_library_path.py
    A tests/functional/scripts/absolute_python_path.py
    A tests/functional/scripts/celementtree.py
    A tests/functional/scripts/codecs.py
    A tests/functional/scripts/decoders_ascii.py
    A tests/functional/scripts/email.py
    A tests/functional/scripts/filename.py
    A tests/functional/scripts/getfilesystemencoding.py
    A tests/functional/scripts/helloworld.py
    A tests/functional/scripts/module__file__attribute.py
    A tests/functional/scripts/multiprocess.py
    R tests/functional/support/absolute_ld_library_path.py
    R tests/functional/support/absolute_python_path.py
    R tests/functional/support/celementtree.py
    R tests/functional/support/codecs.py
    R tests/functional/support/decoders_ascii.py
    R tests/functional/support/email.py
    R tests/functional/support/filename.py
    R tests/functional/support/getfilesystemencoding.py
    R tests/functional/support/helloworld.py
    R tests/functional/support/module__file__attribute.py
    R tests/functional/support/multiprocess.py

  Log Message:
  -----------
  Issue #1299: Rename directory with scripts.


  Commit: a6c352cece93a4127864d067273c4f178f4462ed
      
https://github.com/pyinstaller/pyinstaller/commit/a6c352cece93a4127864d067273c4f178f4462ed
  Author: Martin Zibricky <[email protected]>
  Date:   2015-07-03 (Fri, 03 Jul 2015)

  Changed paths:
    M tests/functional/scripts/absolute_ld_library_path.py
    M tests/requirements.txt

  Log Message:
  -----------
  Issue #1299: Fix test_absolute_ld_library_path for onefile mode.


  Commit: b7e21a9e15572cf4ec6254dc3080917ece10e4a7
      
https://github.com/pyinstaller/pyinstaller/commit/b7e21a9e15572cf4ec6254dc3080917ece10e4a7
  Author: Martin Zibricky <[email protected]>
  Date:   2015-07-03 (Fri, 03 Jul 2015)

  Changed paths:
    A PyInstaller/utils/tests.py
    M setup.cfg
    M tests/functional/test_basic.py

  Log Message:
  -----------
  Issue #1299: Implement skipping tests for a specific OS or when missing some 
modules.


  Commit: 8dc5150f3b866916ccb08abfc8434d7e56f8d5c5
      
https://github.com/pyinstaller/pyinstaller/commit/8dc5150f3b866916ccb08abfc8434d7e56f8d5c5
  Author: Martin Zibricky <[email protected]>
  Date:   2015-07-03 (Fri, 03 Jul 2015)

  Changed paths:
    M README.rst
    M tests/README.txt

  Log Message:
  -----------
  Issue #1299: Update README.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/99e886e9499c...8dc5150f3b86

-- 
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.

Reply via email to