Tags: irvinlim/apple-health-ingester
Tags
Better testing of workouts using slices instead of maps, use single s… …tyle for point creation. (#18) * Better testing of workouts using slices instead of maps, use single style for point creation. - tags and fields will always be output in the same order. - store fields and tags as slices instead of maps - reorder test fixtures and output as necessary - Create points the same, in the more fluent style - add static tags to sleep metrics again * don't add tags with a blank value (possible for e.g. target if no query param) * add integration test for blank target