Skip to content

Commit

Permalink
[FIX]test init
Browse files Browse the repository at this point in the history
  • Loading branch information
floraXiao committed Jun 11, 2018
1 parent 7389126 commit 3f7f2f7
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion asset/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
# import test_asset
import test_asset
10 changes: 5 additions & 5 deletions buy/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-

# import test_buy_order
import test_buy_order
import test_buy_receipt
# import test_buy_adjust
# import test_payment
# import test_report
# import test_supplier_statements
import test_buy_adjust
import test_payment
import test_report
import test_supplier_statements
2 changes: 1 addition & 1 deletion core/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
# import test_core
import test_core
6 changes: 3 additions & 3 deletions finance/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# import test_finance
# import test_report
# import test_exchange
import test_finance
import test_report
import test_exchange
2 changes: 1 addition & 1 deletion good_crm/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
# import test_good_crm
import test_good_crm
2 changes: 1 addition & 1 deletion goods/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
# import test_goods
import test_goods
2 changes: 1 addition & 1 deletion home_page/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# import test_home_page
import test_home_page
10 changes: 5 additions & 5 deletions money/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# from . import test_invoice
# from . import test_money
# from . import test_reconcile_order
# from . import test_report
# from . import test_ReportDocxPartner
from . import test_invoice
from . import test_money
from . import test_reconcile_order
from . import test_report
from . import test_ReportDocxPartner
2 changes: 1 addition & 1 deletion partner_address/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
# import test_partner_address
import test_partner_address
6 changes: 3 additions & 3 deletions scm/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# import test_scm
# import test_money_invoice
# import test_good_process
import test_scm
import test_money_invoice
import test_good_process
16 changes: 8 additions & 8 deletions sell/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
# import test_sell_order
# import test_sell_delivery
# import test_sell_adjust
# import test_pricing
# import test_common_dialog
# import test_report
# import test_ReportDocx
# import test_finance
import test_sell_order
import test_sell_delivery
import test_sell_adjust
import test_pricing
import test_common_dialog
import test_report
import test_ReportDocx
import test_finance
2 changes: 1 addition & 1 deletion sell_delivery_by_parts/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
# import test_sell_delivery_by_parts
import test_sell_delivery_by_parts
2 changes: 1 addition & 1 deletion sell_quotation/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
# import test_sell_quotation
import test_sell_quotation
2 changes: 1 addition & 1 deletion staff/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
# import test_staff
import test_staff
2 changes: 1 addition & 1 deletion task/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
# import test_task
import test_task
22 changes: 11 additions & 11 deletions warehouse/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
# import test_goods
# import test_inventory
# import test_move_line
# import test_production
# import test_report
# import test_non_active_report
# import test_warehouse
# import test_warehouse_order
# import test_qc_rule
# import test_scan_barcode
# import test_location
import test_goods
import test_inventory
import test_move_line
import test_production
import test_report
import test_non_active_report
import test_warehouse
import test_warehouse_order
import test_qc_rule
import test_scan_barcode
import test_location

0 comments on commit 3f7f2f7

Please sign in to comment.