commit | f6185221440b7fe9f0c1b17702c8231105edc06b | [log] [tgz] |
---|---|---|
author | Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no> | Fri Sep 08 17:50:24 2023 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Sep 14 05:58:25 2023 -0400 |
tree | 0d39b0d6b9d54ae1d9c29c45b657eb8c2133ce5e | |
parent | a6540164d44d1f7d2715280cf1dc0bc40a6c423f [diff] |
twister: pytest: Move fixtures to one file Fixtures in pytest-twister-harness plugin are moved to one file to simplify adding new fixtures in the future - no need to add pytest_plugins entry and register asserts. Moved also shell fixture from sample dir, because that fixture can be reused in new tests. Signed-off-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>