Skip to content

Commit 23adcc4

Browse files
authored
Merge pull request #877 from heroku/test-pysqlite
Add pysqlite test
2 parents b308380 + cc2d1ad commit 23adcc4

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Sqlite3 Update:
66
- Add Tests
7+
- Test for Pysqlite
78
- Bug fix: pipenv no longer installs twice on CI
89

910
--------------------------------------------------------------------------------
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pysqlite

test/fixtures/pysqlite/runtime.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-2.7.16

test/run-deps

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ testPsycopg2() {
4040
assertCapturedSuccess
4141
}
4242

43+
testPysqlite() {
44+
compile "pysqlite"
45+
assertCaptured "pysqlite"
46+
assertCapturedSuccess
47+
}
48+
4349
testCffi() {
4450
compile "cffi"
4551
assertCaptured "cffi"

0 commit comments

Comments
 (0)