module documentation

Undocumented

Function test_pyinstaller Compile and run pyinstaller-smoke.py using PyInstaller.
@pytest.mark.filterwarnings('ignore::DeprecationWarning')
@pytest.mark.filterwarnings('ignore::ResourceWarning')
@pytest.mark.parametrize('mode', ['--onedir', '--onefile'])
@pytest.mark.slow
def test_pyinstaller(mode, tmp_path): (source)

Compile and run pyinstaller-smoke.py using PyInstaller.