mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
7 lines
131 B
Python
7 lines
131 B
Python
"""
|
|
Unit tests for the views associated with the 'common' app
|
|
"""
|
|
|
|
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|