Commit graph

11 commits

Author SHA1 Message Date
1c6dbd32f8 modified: .gitignore
new file:   Makefile
	modified:   README.rst
	modified:   nested_lookup/lookup_api.py
	new file:   nested_lookup/tests/__init__.py
	renamed:    test_lookup_api.py -> nested_lookup/tests/test_lookup_api.py
	renamed:    test_nested_lookup.py -> nested_lookup/tests/test_nested_lookup.py
	new file:   requirements-test.txt
	modified:   setup.py
2022-07-06 14:47:54 -04:00
Daniel Hjertholm
5c5a65452a Add test for recursive use of nested_alter 2021-03-08 14:27:08 -05:00
8e9e0b5a78 Fixing docs and adding a boolean test.
modified:   README.rst
	modified:   setup.py
	modified:   test_lookup_api.py
2021-02-09 20:51:26 -05:00
Gage Renzi
ff609192f5 add test for nested_delete where key's value is falsy 2020-08-26 22:02:07 -04:00
Maxim Kuznetsov
307983caa5 Fix wrong-ordered update, create test 2019-10-16 15:17:36 -04:00
9348af1790 modified: README.rst
modified:   nested_lookup/__init__.py
	modified:   nested_lookup/lookup_api.py
	modified:   nested_lookup/nested_lookup.py
	modified:   setup.py
	modified:   test_lookup_api.py
	modified:   test_nested_lookup.py
2019-05-21 10:23:00 -04:00
Salfiii
4f37d265c8 "nested_alter" and update of "nested_update" (#16)
* Update lookup_api.py

moved the typecheck of the value argument to the wrapper function.

* added tests for nested_update Test

* pep8 format standards
moded _call_callback out of the nested_alter Method
Raised an Exception is no list is provided but treas_as_elemenet is false
treat_list_as_element:bool renamed to treat_as_element:bool and set default to True

* Auto commit via script

* Create CONTRIBUTORS.rst

* Rename CONTRIBUTORS.rst to CONTRIBUTING.rst

* Update CONTRIBUTING.rst

* Fix for issue #17 (#18)

* Fix for issue #17
* Updating version (and) Adding Travis CI support
* Adding Build status to README

* changed the type annotation of the input document (removed it)
removed the output type hint
change the Readme

* Update lookup_api.py

moved the typecheck of the value argument to the wrapper function.

* added tests for nested_update Test

* pep8 format standards
moded _call_callback out of the nested_alter Method
Raised an Exception is no list is provided but treas_as_elemenet is false
treat_list_as_element:bool renamed to treat_as_element:bool and set default to True


* changed the type annotation of the input document (removed it)
removed the output type hint
change the Readme
2019-04-29 20:06:10 -04:00
0e8723b822 Fix for issue #17 (#18)
* Fix for issue #17
* Updating version (and) Adding Travis CI support
* Adding Build status to README
2019-03-04 08:44:32 -05:00
ec281f6b3f Better test to protect against mutation.
modified:   .gitignore
	modified:   README.rst
	modified:   nested_lookup/lookup_api.py
	modified:   setup.py
	modified:   test_lookup_api.py
2019-01-17 17:45:00 -05:00
Dmitry Vasilev
a924829821 Add nested_update.in_place argument (#13)
* Add nested_update.in_place argument

* Update README.rst and tests
2019-01-17 15:44:02 -05:00
4564f8ed80 New Features (nested_update, nested_delete) (#12)
* Fix for issue #10

* Renamed the test module

* New Features (nested_get, nested_update, nested_delete)

* Update Version to 0.3.0

* Updated Readme for new features

* Removed method (nested_get)

* Addressed review comments

* Removed nested_get references from README

* Rearanged the order of the functions
2018-11-23 19:10:31 -05:00