Skip to content

Commit ff674de

Browse files
tests: refactor folder structure to split on the type of test
Place unit tests in unity folder, ztests in ztest folder and pytests in pytest folder. Signed-off-by: Eivind Jølsgard <[email protected]>
1 parent 807903e commit ff674de

File tree

101 files changed

+14
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+14
-14
lines changed

CODEOWNERS

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,20 @@
9999
/sysbuild/ @nrfconnect/ncs-co-build-system
100100

101101
# Tests
102-
/tests/lib/ @nrfconnect/ncs-bm
103-
/tests/lib/bluetooth/ble_adv/ @nrfconnect/ncs-bm-test
104-
/tests/lib/bluetooth/ble_conn_params/ @nrfconnect/ncs-bm
105-
/tests/lib/bluetooth/ble_conn_state/ @nrfconnect/ncs-bm
106-
/tests/lib/bluetooth/ble_gq/ @nrfconnect/ncs-bm
107-
/tests/lib/bluetooth/ble_db_discovery/ @nrfconnect/ncs-bm
108-
/tests/lib/bluetooth/ble_qwr/ @nrfconnect/ncs-bm
109-
/tests/lib/bluetooth/ble_racp/ @nrfconnect/ncs-bm
110-
/tests/lib/bluetooth/ble_radio_notif/ @nrfconnect/ncs-bm
111-
/tests/lib/bluetooth/ble_scan/ @nrfconnect/ncs-bm
112-
/tests/subsys/bluetooth/services/ @nrfconnect/ncs-bm @nrfconnect/ncs-bm-test
113-
/tests/subsys/fs/bm_zms/ @nrfconnect/ncs-bm @rghaddab
114-
/tests/subsys/kmu/ @nrfconnect/ncs-eris
115-
/tests/subsys/storage/bm_storage/ @nrfconnect/ncs-bm
102+
/tests/pytest/subsys/kmu/ @nrfconnect/ncs-eris
103+
/tests/utest/lib/ @nrfconnect/ncs-bm
104+
/tests/utest/lib/bluetooth/ble_adv/ @nrfconnect/ncs-bm-test
105+
/tests/utest/lib/bluetooth/ble_conn_params/ @nrfconnect/ncs-bm
106+
/tests/utest/lib/bluetooth/ble_conn_state/ @nrfconnect/ncs-bm
107+
/tests/utest/lib/bluetooth/ble_gq/ @nrfconnect/ncs-bm
108+
/tests/utest/lib/bluetooth/ble_db_discovery/ @nrfconnect/ncs-bm
109+
/tests/utest/lib/bluetooth/ble_qwr/ @nrfconnect/ncs-bm
110+
/tests/utest/lib/bluetooth/ble_racp/ @nrfconnect/ncs-bm
111+
/tests/utest/lib/bluetooth/ble_radio_notif/ @nrfconnect/ncs-bm
112+
/tests/utest/lib/bluetooth/ble_scan/ @nrfconnect/ncs-bm
113+
/tests/utest/subsys/bluetooth/services/ @nrfconnect/ncs-bm @nrfconnect/ncs-bm-test
114+
/tests/ztest/subsys/fs/bm_zms/ @nrfconnect/ncs-bm @rghaddab
115+
/tests/ztestsubsys/storage/bm_storage/ @nrfconnect/ncs-bm
116116

117117
# Zephyr module
118118
/zephyr/ @nrfconnect/ncs-co-build-system
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)