mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[8.0] printer_tray: Add unit tests (#64)
* [ADD] printer_tray: Add unit tests * [FIX] Fixed lint errors
This commit is contained in:
committed by
Dave Lasley
parent
f967f952ff
commit
2cbffa75b8
6
printer_tray/tests/__init__.py
Normal file
6
printer_tray/tests/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2016 LasLabs Inc.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from . import test_printing_printer
|
||||
from . import test_printing_tray
|
||||
Reference in New Issue
Block a user