Loading tests/fixtures/fixtures/fixture?with[special]chars*.json→tests/fixtures/fixtures/fixture_with[special]chars.json +0 −0 File moved. View file tests/fixtures/tests.py +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ class FixtureLoadingTests(DumpDataAssertMixin, TestCase): @unittest.skipIf(sys.platform.startswith('win'), "Windows doesn't support '?' in filenames.") def test_load_fixture_with_special_characters(self): management.call_command('loaddata', 'fixture?with[special]chars*', verbosity=0) management.call_command('loaddata', 'fixture_with[special]chars', verbosity=0) self.assertQuerysetEqual(Article.objects.all(), ['<Article: How To Deal With Special Characters>']) def test_dumpdata_with_filtering_manager(self): Loading Loading
tests/fixtures/fixtures/fixture?with[special]chars*.json→tests/fixtures/fixtures/fixture_with[special]chars.json +0 −0 File moved. View file
tests/fixtures/tests.py +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ class FixtureLoadingTests(DumpDataAssertMixin, TestCase): @unittest.skipIf(sys.platform.startswith('win'), "Windows doesn't support '?' in filenames.") def test_load_fixture_with_special_characters(self): management.call_command('loaddata', 'fixture?with[special]chars*', verbosity=0) management.call_command('loaddata', 'fixture_with[special]chars', verbosity=0) self.assertQuerysetEqual(Article.objects.all(), ['<Article: How To Deal With Special Characters>']) def test_dumpdata_with_filtering_manager(self): Loading