Commit 835dd4c4386780d09c187d8519aeae16f0e9eff1

Authored by Anthex
1 parent 15c0931d

fix README, add visuals unit testing (refactoring ideally needed)

Showing 2 changed files with 6 additions and 1 deletions   Show diff stats
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 [![Build Status](https://travis-ci.com/Anthex/LO53FP.svg?branch=master)](https://travis-ci.com/Anthex/LO53FP) [![codecov](https://codecov.io/gh/Anthex/LO53FP/branch/master/graph/badge.svg)](https://codecov.io/gh/Anthex/LO53FP) [![CodeFactor](https://www.codefactor.io/repository/github/anthex/lo53fp/badge)](https://www.codefactor.io/repository/github/anthex/lo53fp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) 4 [![Build Status](https://travis-ci.com/Anthex/LO53FP.svg?branch=master)](https://travis-ci.com/Anthex/LO53FP) [![codecov](https://codecov.io/gh/Anthex/LO53FP/branch/master/graph/badge.svg)](https://codecov.io/gh/Anthex/LO53FP) [![CodeFactor](https://www.codefactor.io/repository/github/anthex/lo53fp/badge)](https://www.codefactor.io/repository/github/anthex/lo53fp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5 5
6 # [UTBM - LO53] - Python fingerprinting 6 # [UTBM - LO53] - Python fingerprinting
7 -Documentation : https://dantz.fr/LO53/structure.html 7 +**Documentation** : https://dantz.fr/LO53/structure.html
8 **Author** : Achille Dantz <achille@dantz.fr> 8 **Author** : Achille Dantz <achille@dantz.fr>
9 9
10 ## Description 10 ## Description
test_visuals.py 0 → 100644
  1 +import os
  2 +import visuals
  3 +
  4 +def test_visuals():
  5 + assert os.path.exists("./out.gif")