test/unittest_repoapi.py
changeset 10334 3f6702218bac
parent 9658 c5b47406a15d
child 10354 635cfac73d28
equal deleted inserted replaced
10333:569324f890d7 10334:3f6702218bac
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """unittest for cubicweb.dbapi"""
    18 """unittest for cubicweb.repoapi"""
    19 
    19 
    20 
    20 
    21 from cubicweb.devtools.testlib import CubicWebTC
    21 from cubicweb.devtools.testlib import CubicWebTC
    22 
    22 
    23 from cubicweb import ProgrammingError
    23 from cubicweb import ProgrammingError