Falldog / pyconcrete

Protect your python script, encrypt it as .pye and decrypt when import it
Apache License 2.0
692 stars 149 forks source link

Testing application #85

Closed michalmalara closed 2 years ago

michalmalara commented 3 years ago

Hi! Is it possible to run tests of the encrypted application that are written in pytest? If yes, can you please write how to do that?

Falldog commented 3 years ago

I'm not sure your scenario attach the testing as below for pyconcrete exe execute .pye and check output https://github.com/Falldog/pyconcrete/blob/master/test/test_exe.py

vujadeyoon commented 3 years ago

Dear all,

You can find the easy example in my repository, Pyconcrete-Python, where the pyconcrete is utilized to protect the own visible python script codes (e.g. PyTorch script codes.).

Best, vujadeyoon