feat: added tests for cart views

This commit is contained in:
Pablo Moreno
2024-11-28 00:45:41 +01:00
parent 254566eb8b
commit ec1f664734
6 changed files with 39 additions and 28 deletions
+2
View File
@@ -2,6 +2,8 @@ import os
from pathlib import Path
import environ
from shutil import which
BASE_DIR = Path(".")