Erick Daniszewski

Results 22 issues of Erick Daniszewski

When calling `clear` on an instance of a `SimpleMemoryCache` with a namespace assigned, it will clear the entire underlying cache instead of using the instance namespace. An example: ```py import...

bug
good first issue

https://docs.pytest.org/en/latest/writing_plugins.html#testing-plugins

enhancement

see: https://github.com/vapor-ware/kubetest/issues/174#issuecomment-604483366 Right now, this could be done by defining the manifest for it and ensuring it gets loaded for every test case, but if there are multiple cases, that...

enhancement

As with most projects, this one started as a mix of a bit of fun and a narrow(er) use case that has since grown to be more generalized. Some of...

enhancement
help wanted

This PR: - allows tests to specify their own `api_client` parameter to pass to the Kubernetes client. - allows kubernetes objects to specify their own `api_client` Caveats: - In order...

if there is a test that has many pods and the test fails, kubetest will try and get the logs for all the containers, which could end up being a...

enhancement
good first issue

this falls out of the implementation for #89 It seems as though the uuid associated with the deployment (and then associated with its pods) can change over time, but it...

bug

Right now there are two somewhat inconvenient ways of approaching tests that use similar, but different, manifests (e.g. only a few values are changed). 1. Make separate copies for each...

enhancement

listening for events could help with learning when something is created, updated, or deleted. We already have helpers to determine create/delete. (e.g. if I try to get it from the...

enhancement

this feature is longer term -- it would be nice to be able to run tests in parallel. generally, this should be fine since each test is run in its...

enhancement