Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 821 Bytes

2016_06_09.rst

File metadata and controls

33 lines (22 loc) · 821 Bytes

2016-06-09 - Day 18

Most of my time during today I invested in learning new tools and improving my processes.

The day before I started implementing Python FNV hashing library. Today I invested some time in writing tests. Couple of days before I found this extension for pytest that allows you to write RSpec like tests in python https://github.com/ropez/pytest-describe. So I tried this library myself.

I have been wanting to make vim abbrevations for a long time. Finally I invested some time in making them :)

I made a couple of python abbreviations:

vim_abbreviations.gif

Although this might be redundant when I'll get python completion working :)