PiRSquared17 / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

Test does not load fixtures #243

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a unit test with fixtures attribute:

class SomeTest(unittest.TestCase):
    fixtures = ['data.json']

2. Fixtures are not loaded as my tests see 0 model instances.

What is the expected output? What do you see instead?
Fixtures shoud be loaded.

Original issue reported on code.google.com by dro...@gmail.com on 3 Dec 2009 at 3:12