I have written some tests using the unittest module with Selenium and want to convert those tests into an .exe file.
I have tests written across 15 different files and I want a single exe generated for them. But I could not find how to convert the tests into an exe. I tried the conventional pyinstaller command: *pyinstaller --onefile -w 'filename.py'* But that didn't work. I have been skimming through the documentation for long but could not find anything useful. Can someone help? -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/976232bf-f889-48b3-ab7b-232f03abf6abo%40googlegroups.com.
