-
```
Ease automated testing by loading fixtures into the data base.
First use only happy cases, and then move onto edge cases.
```
Original issue reported on code.google.com by `a.cyber...@gmail.com`…
-
```
Ease automated testing by loading fixtures into the data base.
First use only happy cases, and then move onto edge cases.
```
Original issue reported on code.google.com by `a.cyber...@gmail.com`…
-
@boris-arkenaar requested to add some fixtures to the database for testing purposes. We could add [Django fixtures](https://docs.djangoproject.com/en/3.0/ref/django-admin/#django-admin-loaddata) for t…
-
Idea: Make it easy to test search by building an index based on Django's "test_" database (possibly via data in a fixture). Whoosh and Xapian could follow this pattern and update the PATH setting by …
-
I found impossible to use fixtures while testing an application running Neo4j.
The problem is that conceptually fixtures are model instances loaded into the test db when the test begins, before runnin…
-
It would be nice if we had some fixtures for testing data.
-
Hi, sorry for this basic question but do I understand it right, that the values of all DMX channels need to be constantly transmitted in a certain frequency like 25 to 40Hz or FPS (refresh rate) and n…
-
```
Ease automated testing by loading fixtures into the data base.
First use only happy cases, and then move onto edge cases.
```
Original issue reported on code.google.com by `a.cyber...@gmail.com`…
-
```
Ease automated testing by loading fixtures into the data base.
First use only happy cases, and then move onto edge cases.
```
Original issue reported on code.google.com by `a.cyber...@gmail.com`…
-
Currently, there is neither an integration test (testing against fixtures or a mock VDV system) nor an end-to-end test (testing against a real VDV system). **Given that the VDV-453/-454 specs are quit…