diff --git a/Makefile.local b/Makefile.local index 5c7e3a5b..45af2004 100644 --- a/Makefile.local +++ b/Makefile.local @@ -1,7 +1 @@ -# run only tests that do not require database setup -test-nodb: - $(NOSE) $(NOSEFLAGS) -a '!db' - -# run only tests that do require database setup -test-db: - $(NOSE) $(NOSEFLAGS) -a 'db' +TESTFLAGS=--hypothesis-profile=dev