-
From #6438
We had an error, action here https://github.com/meltano/meltano/runs/7367356450?check_suite_focus=true
It was easy to tell what was wrong in the `meltano.yml` , but not so easy to re…
visch updated
1 month ago
-
A lot of issues reported would benefit from a more general approach to hooking into/overriding how pytest-django's internal fixtures with regard to managing the database. This issue is a place to coll…
pelme updated
8 years ago
-
#### What's the problem this feature will solve?
I'm writing some fixtures and integration tests using live, authenticated connections to a test instance of a service. My test infrastructure can tak…
-
Pytest-cases enables parametrisation of text fixtures and would allow (currently hardcoded) string formatting examples to be refactored into fixtures and used across multiple tests. Pytest-cases is pr…
-
Currently it seems that fixtures must be defined in `test_foo.py`, and defining a fixture in `test_foo_cases.py` does not work. It would be nice if fixtures defined in `test_foo_cases.py` could be use…
-
(Original issue 7 created by None on 2017-09-13T07:01:23.171356+00:00)
I've extended Generator for django models and am using quickcheck to create objects to store for tests (running alongisde pytest…
-
Is there a way to create the VUnit object and then specify the test case(s) to run? What I would like to do is create an instance of `VUnit` , call `add_library()`, `add_source_files()`, etc, and then…
-
Hi.
I want say thank you, because your project simplify testing. Anyway there are still some problems, because I cannot use your package with pytest. If i decorate tests using pytest.mark.parametriz…
-
I am fairly new to this project. I very recently migrated a software project test-suite from nosetest to pytest, mainly because of the Xdist benefits I had heard of.
The problem is that my Tests ar…
-
Minimal example:
```
@freeze_time('2016-02-18')
class TestOrderWithAddressCollection2:
@pytest.fixture(autouse=True)
def current_date(self):
self.now = timezone.now()
de…