lyoutakoduka / spartaproject

MIT License
0 stars 0 forks source link

Create module to execute pytest from Linux on WSL #19

Closed lyoutakoduka closed 11 months ago

lyoutakoduka commented 12 months ago

Create module to execute pytest from Linux on WSL by using following module (execute_python).

https://github.com/lyoutakoduka/spartaproject/blob/aed81cf4172fe7a63ee6e257027eff4d4d28f9ac/pyspartaproj/script/shell/execute_python.py#L35

Part of this problem: https://github.com/lyoutakoduka/spartaproject/issues/9#issue-1938174128

lyoutakoduka commented 11 months ago

Before creating a module to execute pytest from Linux on WSL, I updated module "execute_python" and "execute_command" which is used by the module about pytest.

https://github.com/lyoutakoduka/spartaproject/blob/aed81cf4172fe7a63ee6e257027eff4d4d28f9ac/pyspartaproj/script/shell/execute_python.py#L35

https://github.com/lyoutakoduka/spartaproject/blob/aed81cf4172fe7a63ee6e257027eff4d4d28f9ac/pyspartaproj/script/shell/execute_command.py#L19

Note: other modules related to this update is fixed.