2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-14 08:19:54 +00:00

Tests for part parameters

This commit is contained in:
Oliver Walters
2019-09-08 20:18:21 +10:00
parent 35ebc69235
commit 2a203be5cc
5 changed files with 83 additions and 12 deletions

View File

@@ -1,3 +1,8 @@
# Tests for the Part model
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.test import TestCase
import os