You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use PyTest [1]. Each test should return PASS/FAIL result along with logs.
Assume two configurable test areas: 1. build, 2. runtime. These should contain basic test, and should be easily extensible with extended, additional, and custom tests.
Create easy to use bootstrap script for environment setup on end-user machines.
Security: Consider that external malicious code or scripts can be injected by anyone as PR, and it will be executed "at premises" internal network. What mechanisms can and must be provided to avoid bad situations?
[1] https://docs.pytest.org/en/stable/
The text was updated successfully, but these errors were encountered: