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
# Description
Requires `beku 0.0.7`. Upgrade with:
```
pip install --upgrade beku-stackabletech
```
Added three test suites:
* `latest` : only run tests with the latest versions.
* `smoke` : only run smoke tests.
* `openshift` : only run latest versions with openshift=true.
To run the `latest` test suite:
```
rm -rf tests/_work && beku -s latest
```
0 commit comments