-
## Issue Description ##
Working on writing tests, and have a situation where I have reusable test code that I want to run with different fixtures (managing different user configurations). To manage…
-
(Filing this here in absence of a meta repo for all things `testing-cabal`-related)
Should we set up a new organization on PyPI for testing-cabal related projects (i.e. everything in this GitHub or…
-
Hi everybody
Is there any way to dump and load data with a `TranslatableModel` because with the common `python manage.py dumpdata app.Organization -o fixtures/organizations.json` Django command tra…
-
python manage syncdb fails,
E.g. with sqlite3:
~/radio_www/pydj$ python manage.py syncdb
Creating tables ...
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_…
-
I am trying to update [boxen/puppet-zookeeper](/boxen/puppet-zookeeper)'s tests to use newer (ideally Yoesmite-compatible) versions of various packages but it is choking if puppet-boxen goes beyond 3.…
-
When the docs didn't use BDD notation, it was very clear about setup and teardown added to suites. This allowed building common fixtures that was setup and torn down once for a set of test by nesting …
-
i did `docker-compose -f taiga.yml`
taiga.yml:
```
data:
image: tianon/true
volumes:
- /var/lib/postgresql/data
- /usr/local/taiga/media
- /usr/local/taiga/static
- /u…
-
**Description**
**Steps to reproduce the issue:**
1. Run test that uses combination on rand_one_dut_hostname and enum_asic_index fixtures in a multi-dut testbed, with each dut in different…
-
```
What steps will reproduce the problem?
1.
Create a test.py in your application directory with the following content.
import unittest
from myapp.models import *
class MyappTestCase(unittest.TestCa…
-
## Description of the issue
I have started using the Document Links section of Customize Form for it's intended purpose: creating links to other documents that reference the viewed document. Ho…