From 331444d9b96dd06f79b8b9afde64c4efb440c194 Mon Sep 17 00:00:00 2001 From: Felipe Barriga Richards Date: Mon, 31 Oct 2016 17:48:20 -0300 Subject: [PATCH] TODO.md: updated. tests.py: add missing tests to TODO. --- TODO.md | 6 ++++-- test/tests.py | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 32503d0..b951fb0 100644 --- a/TODO.md +++ b/TODO.md @@ -6,10 +6,11 @@ TODO - Add options to: - Change extension name of sidecar files - Hide sidecar files -- CI: travis ? +- Code Quality - Valgrind support - - Code coverage - C unit tests + - Valgrind report on travis + - Upload travis generated code coverage somewhere BUGS ---- @@ -19,6 +20,7 @@ BUGS FEATURES -------- +- Add option to mirror a specific directory instead of / - binary_storage: - crc32 - make it endian-independent: diff --git a/test/tests.py b/test/tests.py index 7153636..eb42540 100755 --- a/test/tests.py +++ b/test/tests.py @@ -17,6 +17,7 @@ import os # TODO # - listxattr: list too long # - sidecar file permissions +# - corrupt metadata files class TestXAttrs(unittest.TestCase): -- 2.39.2