justworks_erpnext/justworks_erpnext/justworks_erpnext_connector/doctype/jw_employee_allocation/test_jw_employee_allocation.py

11 lines
228 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 TestJWEmployeeAllocation(unittest.TestCase):
pass