iesahin / xvc

A robust (🐢) and fast (🐇) MLOps tool for managing data and pipelines in Rust (🦀)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate workflow tests to assert_cmd, assert_fs and predicates

iesahin opened this issue · comments

I first need to ensure that coverage is working with grcov.

I'm trying to write tests with these in #139 . I think I'll lose much of the testing facilities I've created to use them. (like traces in tests and xvc-last-test directory). These crates should not be main way of testing xvc. Useful only as helpers.