Skip to content
Snippets Groups Projects
Commit 66adf745 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[clean] delete old test files

parent 1ddc7e7a
Branches
No related tags found
No related merge requests found
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import test_connector_riga
# © 2019 Le Filament (<http://www.le-filament.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
import random
import logging
from odoo.tests import tagged, common
_logger = logging.getLogger(__name__)
@tagged('post_install', '-at_install')
class TestApiRiga(common.TransactionCase):
def test_read(self):
print("---------- tests riga ----------------")
# riga = self.env['riga.api']
# print("______ Lecture ______")
# print(riga.read_organism(6481))
print("\n______ Queue ______\n")
queue = self.env['riga.job.queue']
queue.riga_sync()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment