mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 05:29:18 +00:00
added some test records
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
if __name__=="__main__":
|
||||
sys.path.extend([".", "app", "lib"])
|
||||
|
||||
from hr.doctype.leave_application.leave_application import LeaveDayBlockedError
|
||||
|
||||
class TestLeaveApplication(unittest.TestCase):
|
||||
@@ -53,7 +56,6 @@ test_records = [
|
||||
}]]
|
||||
|
||||
if __name__=="__main__":
|
||||
sys.path.extend(["app", "lib"])
|
||||
import webnotes
|
||||
webnotes.connect()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user