diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-11 13:36:54 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-11 13:36:54 +0100 |
commit | 1aa7d4fa2ec3c2b3268bef31a666ca6e1aaa6563 (patch) | |
tree | f47f804070e935bf8fdf621cc59f4320606cf46f /.gitignore | |
parent | 6ca5a1ec669593fa915a2824efca068c975f9caa (diff) | |
download | Trader-1aa7d4fa2ec3c2b3268bef31a666ca6e1aaa6563.tar.gz Trader-1aa7d4fa2ec3c2b3268bef31a666ca6e1aaa6563.tar.zst Trader-1aa7d4fa2ec3c2b3268bef31a666ca6e1aaa6563.zip |
Add Makefile and test coverage
Fix order preparation and add tests for the step
Separate tests between acceptance and unit
Add more tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1 +1,3 @@ | |||
1 | __pycache__ | 1 | __pycache__ |
2 | .coverage | ||
3 | /htmlcov | ||