Skip to content

Commit

Permalink
update pytest cache folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tsionyx committed Feb 2, 2018
1 parent e8fe052 commit d0ca0e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
# tests artifacts
.noseids
.tox/
.cache
.cache/
.pytest_cache/

# coverage artifacts
.coverage
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $ time python -m cProfile -o hot.prof pynogram/__main__.py --pbn 2040 --draw-fin
import pstats
p = pstats.Stats('hot.prof')
p.sort_stats('time').print_stats('sover', 20)
p.sort_stats('time').print_stats('solver', 20)
p.sort_stats('ncalls').print_stats('solver', 20)
```

Expand Down

0 comments on commit d0ca0e0

Please sign in to comment.