// SPDX-License-Identifier: AGPL-3.0-or-later
userstest_reuse::template;/// Template which will contain many version fixtures in the future.
#[template]#[export]#[rstest]#[case::latest($crate::test_utils::fixtures::latest_fixture())]pubfnversion_fixtures(#[case] fixture: Fixture){}