Skip to content

Commit

Permalink
make test sqlite only
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Dec 1, 2024
1 parent ed2874b commit 89aa655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/columns/test_integer.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
from piccolo.columns.column_types import Integer
from piccolo.table import Table
from piccolo.testing.test_case import AsyncTableTest
from tests.base import sqlite_only


class MyTable(Table):
integer = Integer()


@sqlite_only
class TestInteger(AsyncTableTest):
tables = [MyTable]

Expand Down

0 comments on commit 89aa655

Please sign in to comment.