David
|
b1bfc2f791
|
chore(tests): fix wrong unscrub
|
2024-10-13 01:40:08 +02:00 |
|
David
|
bb917207c2
|
chore(tests): move to compact, human readable, commentable toml layout for test records
|
2024-10-13 01:31:28 +02:00 |
|
David Arnold
|
cc954d9c67
|
Merge pull request #43612 from blaggacao/refactor/alignment-in-test-record-creation
test: step 2 refactor towards idempotency
|
2024-10-13 00:31:30 +02:00 |
|
David
|
8867702f2c
|
chore: update imports
|
2024-10-13 00:06:58 +02:00 |
|
David
|
c17de26e44
|
test: make tests independent of selling price validation
|
2024-10-13 00:06:48 +02:00 |
|
David Arnold
|
727b395e62
|
Merge pull request #43620 from blaggacao/test/item-group-test-idempotency
test: prepare item group test idempotency
|
2024-10-12 12:18:51 +02:00 |
|
David
|
5cc86dae2b
|
test: increase error context on test_item_group
|
2024-10-12 11:58:11 +02:00 |
|
David
|
eeee06fd7c
|
test: fix test_sales_invoice setup
|
2024-10-12 11:28:19 +02:00 |
|
David
|
4f2db78247
|
test: fix test_purchase_invoice setup
|
2024-10-12 11:28:19 +02:00 |
|
David
|
fc6a7ca56a
|
test: fix test_pos_invoice setup
|
2024-10-12 11:28:19 +02:00 |
|
David
|
cba398f186
|
test: fix test_asset_repair setup
|
2024-10-12 11:28:18 +02:00 |
|
David
|
56c99fe7e1
|
refactor: use cls.globalTestRecords instead of declaring test_records
|
2024-10-12 11:28:18 +02:00 |
|
David Arnold
|
d8b0b92925
|
test: don't load test records into db during module import
test: don't load test records into db during module import
|
2024-10-11 13:42:50 +02:00 |
|
David
|
d32326fca1
|
test: don't load test records into db during module import
|
2024-10-11 13:24:30 +02:00 |
|
rohitwaghchaure
|
8beee1982f
|
fix: show incorrect entries filter in Stock Ledger Invariant Check report (#43619)
fix: show incorrect entry filter in Stock Ledger Invariant Check report
|
2024-10-11 14:17:34 +05:30 |
|
rohitwaghchaure
|
16e8156f01
|
fix: height and font size plant floor (#43618)
|
2024-10-11 13:41:16 +05:30 |
|
David Arnold
|
172b2835b8
|
Merge pull request #43610 from blaggacao/refactor/alignment-in-test-record-creation
test: step 1 refactor towards idempotency
|
2024-10-11 05:19:22 +02:00 |
|
David
|
a2d22c3f42
|
chore: remove redundant declarations of test_records
|
2024-10-11 05:00:20 +02:00 |
|
David Arnold
|
922b5d1be5
|
refactor: clarify test record module iface (treewide)
This aims at reducing the deprecation warning pressure on a standard Erpnext test run.
|
2024-10-10 19:21:19 +02:00 |
|
David
|
ed5bead87d
|
refactor: clarify test record module iface (treewide)
|
2024-10-10 13:26:26 +02:00 |
|
David Arnold
|
2fc4f86191
|
Merge pull request #43603 from blaggacao/ci/fix-ill-specced-test
tests: fix item detail test module
|
2024-10-10 12:31:50 +02:00 |
|
David
|
9bb00d53bd
|
test: fix item detail test module
```console
======================================================================
ERROR setUpClass (erpnext.stock.tests.test_get_item_details.TestGetItemDetail)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/frappe-bench/apps/frappe/frappe/tests/classes/integration_test_case.py", line 53, in setUpClass
raise NotImplementedError(
__class__ = <class 'frappe.tests.classes.integration_test_case.IntegrationTestCase'>
cls = <class 'erpnext.stock.tests.test_get_item_details.TestGetItemDetail'>
ignore = ['BOM']
to_add = ['Customer', 'Supplier', 'Item', 'Price List', 'Item Price']
NotImplementedError: IGNORE_TEST_RECORD_DEPENDENCIES is only implement for test modules within a doctype folder <module 'erpnext.stock.tests.test_get_item_details' from '/home/runner/frappe-bench/apps/erpnext/erpnext/stock/tests/test_get_item_details.py'> None
```
|
2024-10-10 12:13:47 +02:00 |
|
rohitwaghchaure
|
ab171326f3
|
fix: production plan bom error (#43591)
|
2024-10-09 15:15:42 +05:30 |
|
rohitwaghchaure
|
48a12e7213
|
fix: make LCV button not working for PI and PR (#43592)
|
2024-10-09 15:15:24 +05:30 |
|
rohitwaghchaure
|
fc67867a60
|
fix: allow to change the batch in the subcontracting receipt (#43584)
|
2024-10-09 13:04:13 +05:30 |
|
Nihantra C. Patel
|
7fc51cc832
|
Merge pull request #43585 from Vishv-024/trends_report
fix: the purchase receipt trends and delivery note trends report
|
2024-10-09 12:35:44 +05:30 |
|
Nihantra C. Patel
|
b3e4463a4f
|
fix: trends date filter issue --formatter
|
2024-10-09 12:15:36 +05:30 |
|
Vishv-silveroak
|
2e9dda1588
|
fix: fix the purchase receipt trends and delivery note trends report
|
2024-10-09 10:51:01 +05:30 |
|
Frappe PR Bot
|
22a0da929f
|
fix: sync translations from crowdin (#43389)
|
2024-10-08 17:58:18 +01:00 |
|
rohitwaghchaure
|
6ddda6c949
|
fix: 'NoneType' object has no attribute 'has_serial_no' (#43514)
|
2024-10-08 17:41:09 +05:30 |
|
rohitwaghchaure
|
5130f7d411
|
fix: Accepted and Rejected warehouse cannot be same (#43568)
|
2024-10-08 17:40:35 +05:30 |
|
Smit Vora
|
3e5ecb44db
|
Merge pull request #43271 from ljain112/fix-tcs
fix: deduct advances adjusted for threshold check for tcs
|
2024-10-08 17:34:30 +05:30 |
|
rohitwaghchaure
|
69127e8609
|
fix: Unknown column 'serial_no' in 'field list' (#43515)
|
2024-10-08 16:50:26 +05:30 |
|
rohitwaghchaure
|
7a0a893d08
|
fix: validation for corrective job card (#43555)
|
2024-10-08 13:48:36 +05:30 |
|
ljain112
|
efe238cefd
|
test: added test cases for the tcs deduction for advances adjusted.
|
2024-10-08 11:24:44 +05:30 |
|
Smit Vora
|
6909d271e5
|
Merge pull request #43397 from ljain112/fix-tds-advance
fix: do not include advances for tds vouchers
|
2024-10-08 10:38:03 +05:30 |
|
Deepesh Garg
|
7e012708a6
|
Merge pull request #43528 from frappe/extend_voucher_types
chore: Allow apps to extend voucher subtypes
|
2024-10-08 08:55:00 +05:30 |
|
David Arnold
|
726abae8b5
|
Merge pull request #43549 from blaggacao/test-refactoring/batch-1728346378
Refactor: Use IntegrationTestCase in multiple files
|
2024-10-08 02:33:10 +02:00 |
|
David
|
58c49dc9d2
|
refactor: Use IntegrationTestCase in multiple files
Signed-off-by: David <dgx.arnold@gmail.com>
|
2024-10-08 02:13:00 +02:00 |
|
David Arnold
|
ef464ecab8
|
Merge pull request #43548 from blaggacao/test-refactoring/batch-1728345166
Refactor: Use IntegrationTestCase in multiple files
|
2024-10-08 02:12:57 +02:00 |
|
David
|
9024621231
|
refactor: Use IntegrationTestCase in multiple files
Signed-off-by: David <dgx.arnold@gmail.com>
|
2024-10-08 01:52:47 +02:00 |
|
David Arnold
|
504bd428d5
|
Merge pull request #43547 from blaggacao/test-refactoring/batch-1728343954
Refactor: Use IntegrationTestCase in multiple files
|
2024-10-08 01:52:45 +02:00 |
|
David
|
d1fa1af271
|
refactor: Use IntegrationTestCase in multiple files
Signed-off-by: David <dgx.arnold@gmail.com>
|
2024-10-08 01:32:35 +02:00 |
|
David Arnold
|
2e975810a0
|
Merge pull request #43545 from blaggacao/try/fix
fix: underspecified test
|
2024-10-08 01:28:02 +02:00 |
|
David
|
76ec548bf0
|
fix: underspecified test
|
2024-10-08 01:09:41 +02:00 |
|
David Arnold
|
a321552879
|
Merge pull request #43543 from blaggacao/test-refactoring/batch-1728340917
Refactor: Use IntegrationTestCase in multiple files
|
2024-10-08 01:02:13 +02:00 |
|
David
|
e75eebc7a0
|
refactor: Use IntegrationTestCase in multiple files
Signed-off-by: David <dgx.arnold@gmail.com>
|
2024-10-08 00:42:00 +02:00 |
|
David Arnold
|
c6d6ef2aa9
|
Merge pull request #43539 from blaggacao/test-refactoring/test-bank-guarantee-py
Refactor: Use IntegrationTestCase in test_bank_guarantee.py
|
2024-10-08 00:12:30 +02:00 |
|
David
|
87cab90451
|
refactor: Use IntegrationTestCase in test_bank_guarantee.py
Signed-off-by: David <dgx.arnold@gmail.com>
|
2024-10-07 23:53:15 +02:00 |
|
David Arnold
|
8d3a8ed460
|
Merge pull request #43538 from blaggacao/test-refactoring/test-bank-clearance-py
Refactor: Use IntegrationTestCase in test_bank_clearance.py
|
2024-10-07 23:04:52 +02:00 |
|