From e9d0ec898b3d73a258cea96ff9cca4aca94e97df Mon Sep 17 00:00:00 2001 From: Matt Prahl Date: Thu, 8 Dec 2016 14:58:38 -0500 Subject: [PATCH] Use test database instead of in-memory database for all tests for consistency --- .gitignore | 1 + Vagrantfile | 1 + conf/config.py | 3 ++- tests/test_build/test_build.py | 18 ------------------ 4 files changed, 4 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 875b8ea6..3d5d1a8a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ server.key /dist/ /module_build_service.egg-info/ build/ +test_module_build_service.db diff --git a/Vagrantfile b/Vagrantfile index 5d75f9b5..0895171d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -32,6 +32,7 @@ $script = <