-
I have the below code to test a praw reddit bot. The first test always succeeds, but follow up tests fail to find the required calls in the cassette. I discovered that it is related to the `filter_acc…
-
During refactoring a lot of stuff tests were failing. During #234 lots of tests got de-activated (using `@pytest.skip`) due to the changes. These need to be reactivated, refactored or removed.
- @l…
led02 updated
9 hours ago
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
### Problem
I would like to write unit tests for my Kopf operator. However, I don't see Kopf providing any way to do it. I do see that there's a way to write integration tests: , which requires a run…
-
This is a design question: how do we automate tests for `inverse_transform`?
In our current test suite, some transformers produce transformed `pd.DataFrame` with special column names, e.g., `Window…
-
Something that bothers me about our tests presently is that they place files in `~/.local/share/intake` and thus are dependent on and modify the contents of the current user's `$HOME`. I would like to…
-
We have a green tick on our CI but that's kind of a lie..... this line in the [.travis.yml](https://github.com/WhitakerLab/scona/blob/master/.travis.yml#L15) file is currently ignoring the integration…
-
It would be useful to see an example of how to use pytest-flask-sqlalchemy with FactoryBoy/pytest-factoryboy, if they can work together. For example, I'm not clear what would be used for factory class…
-
**Describe the bug**
When we run our unit tests everything grinds to a halt on the semantic validator tests
This is potentially caused by our test construction - most of these tests do something l…
-
With the current `new-config` branch, `test_init_benchmark` in `test_configdata.py` takes (median):
- ~20ms with the PyYAML C extension on my machine
- ~200ms without the C extension on my machine…