mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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
|