1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/test/fixtures/quantities.yml
cryptogopher ab40c3bb0b Test pass: test_update_swap_targets
New fixtures + test fixes
2021-04-26 00:16:10 +02:00

59 lines
862 B
YAML

DEFAULTS: &DEFAULTS
project_id: 1
parent: null
quantities_energy:
<<: *DEFAULTS
domain: diet
lft: 1
rgt: 2
depth: 0
name: Energy
description: Total energy
quantities_proteins:
<<: *DEFAULTS
domain: diet
lft: 3
rgt: 4
depth: 0
name: Proteins
description: Total amount of proteins
quantities_fats:
<<: *DEFAULTS
domain: diet
lft: 5
rgt: 6
depth: 0
name: Fats
description: Total amount of fats
quantities_target_above:
<<: *DEFAULTS
domain: target
lft: 7
rgt: 10
depth: 0
name: above
description: Lower bound
quantities_target_range:
<<: *DEFAULTS
parent: quantities_target_above
domain: target
lft: 8
rgt: 9
depth: 1
name: and below
description: Range
quantities_target_equal:
<<: *DEFAULTS
domain: target
lft: 11
rgt: 12
depth: 0
name: equal
description: Exact value