OnedgeLee / simple-py-crypto

Simple toy implementation of crypto written in python
0 stars 0 forks source link

Pytest fails because of import path #2

Closed OnedgeLee closed 2 years ago

OnedgeLee commented 2 years ago

Path on import statements are written with package path, But current Pytest workflow does not have package installing process. This makes test workflow always fails. Package installing on workflow is needed.