impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
17 stars 4 forks source link

refactor: restructure ```unime/src-tauri/tests/fixtures``` folder into subfolders according to test files #168

Closed Oran-Dan closed 2 months ago

Oran-Dan commented 3 months ago

Description

The fixture folder is getting rather messy now with more tests coming in frequently. We should restructure it into a more scalable and clear folder structure.

For shared fixtures we can make a shared folder.

This PR should have NO code changes.

Motivation

Fixtures folder currently messy to navigate. Will rather rapidly get worse in the future since it's not scalable.

Resources

No response

To-do List