-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* extract method build_loader * add tests to cover replace_dir behaviour * black box testing to understand build_loader method * add test to reproduce issue * began to fix problem * add test case to understand parser syntax * improved config.py docstrings * test driven rules for combining patterns with directories * refactor functions and test suite * separate responsibilities between locator and loader constructors * moved Loader construction logic into LoaderBuilder class * extract loader_builder module * simplify design using classmethods instead of builder pattern * add export to support forest.Loader on import * inline staticmethod and add docstrings * add suggestions to tutorial * change start.rst to match tutorial files * adjust dates to make tutorial easier * roll version forward to 0.4.3
- Loading branch information
1 parent
b02be26
commit 6e9e316
Showing
13 changed files
with
588 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.