mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
parent
6b6d13bf6e
commit
36e90d1f45
12 changed files with 154 additions and 71 deletions
|
@ -0,0 +1,9 @@
|
|||
import unittest
|
||||
|
||||
from django.db import connection
|
||||
from django.test import TestCase
|
||||
|
||||
|
||||
@unittest.skipUnless(connection.vendor == 'postgresql', "PostgreSQL specific tests")
|
||||
class PostgresSQLTestCase(TestCase):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue