Rename Project and first working version

This commit is contained in:
2021-05-25 02:10:04 +02:00
parent a19f2cc12a
commit 70560506f1
12 changed files with 299 additions and 155 deletions

View File

@@ -4,7 +4,7 @@ SHELL := /bin/bash
coverage: ## Run tests with coverage
coverage erase
coverage run -m unittest -v cfs.tests
coverage run -m unittest -v mfs.tests
coverage report -m
deps: ## Install dependencies
@@ -19,7 +19,7 @@ push: ## Push code with tags
git push && git push --tags
test: ## Run tests
python -m unittest -v cfs.tests
python -m unittest -v mfs.tests
doc: ## Update documentation
make -C docs --makefile=Makefile html