Skip to content

Commit

Permalink
chore: add version information and update names in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Fahy committed Jul 2, 2019
1 parent ac36a71 commit 0b4aca7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ make all

## Release History

* 0.1.6
* FIX: Correction of dependencies for doc.
* 0.1.5
* ADD Documentation of project on Read the Docs.
* 0.1.4
* ADD: Function `mem_usage_pd` to calculate the memory usage of a pandas object.
* ADD: Function `idict` to invert the key / values of a dictionary.
Expand Down
8 changes: 4 additions & 4 deletions tests/test_fancy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Test of FancyPythonThings
"""Test of Fancy module
This module test the various functions present in the FancyPythonThings module.
This module test the various functions present in the Fancy module.
"""
import datetime
import unittest
Expand All @@ -15,9 +15,9 @@
parse_date, value_2_list, sliding_window)


class TestFancyPythonThings(unittest.TestCase):
class TestFancy(unittest.TestCase):
"""
Unittest of FancyPythonThings.
Unittest of Fancy module.
"""

def test_concat_with_categories(self):
Expand Down

0 comments on commit 0b4aca7

Please sign in to comment.