From dfeaebf69a48b898796652aa56ca332f952a6433 Mon Sep 17 00:00:00 2001 From: tunde Date: Tue, 16 May 2017 08:08:08 +0100 Subject: [PATCH] adds test for `encode_company_abbr` --- __init__.py | 0 erpnext/{ => tests}/test_init.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 __init__.py rename erpnext/{ => tests}/test_init.py (100%) diff --git a/__init__.py b/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/erpnext/test_init.py b/erpnext/tests/test_init.py similarity index 100% rename from erpnext/test_init.py rename to erpnext/tests/test_init.py