mirror of
https://github.com/inventree/InvenTree.git
synced 2026-02-08 07:59:22 -06:00
- Each part can be made of other parts - Disable tracking and project apps for now - Project will change (eventually) to work order - Part parameters have been disabled (for now)
7 lines
125 B
Python
7 lines
125 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
from django.test import TestCase
|
|
|
|
# Create your tests here.
|