Merge pull request #877 from heroku/test-pysqlite

Add pysqlite test
This commit is contained in:
Casey
2019-10-12 14:12:56 -07:00
committed by GitHub
4 changed files with 9 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
- Sqlite3 Update:
- Add Tests
- Test for Pysqlite
- Bug fix: pipenv no longer installs twice on CI
--------------------------------------------------------------------------------
+1
View File
@@ -0,0 +1 @@
pysqlite
+1
View File
@@ -0,0 +1 @@
python-2.7.16
+6
View File
@@ -40,6 +40,12 @@ testPsycopg2() {
assertCapturedSuccess
}
testPysqlite() {
compile "pysqlite"
assertCaptured "pysqlite"
assertCapturedSuccess
}
testCffi() {
compile "cffi"
assertCaptured "cffi"