justworks_erpnext/justworks_erpnext/justworks_erpnext_connector/doctype/jw_account_mapping/test_jw_account_mapping.py

11 lines
224 B
Python

# -*- coding: utf-8 -*-
# Copyright (c) 2020, Studio Infinity and Contributors
# See license.txt
from __future__ import unicode_literals
# import frappe
import unittest
class TestJWAccountMapping(unittest.TestCase):
pass