From a0dcf4e0978331709da164fb0e29ae008b90fc88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 8 Apr 2018 19:06:55 +0200 Subject: Add some acceptance tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e304426..00e18a3 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ endif test: python test.py +test_acceptance: + python test_acceptance.py + run: python portfolio.py -- cgit v1.2.3