Skip to content

Commit

Permalink
reworked complete VDFDict
Browse files Browse the repository at this point in the history
VDFDict mimics a regular dict, but it is ordered and can have duplicate keys.
The keys can only be of type str. This mapper won't be used by default when parsing.
  • Loading branch information
rossengeorgiev committed Apr 2, 2016
1 parent 0854974 commit b4e9ba1
Show file tree
Hide file tree
Showing 3 changed files with 407 additions and 223 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ init:

test:
rm -f .coverage vdf/*.pyc tests/*.pyc
PYTHONHASHSEED=0 nosetests --verbosity 2 --with-coverage --cover-package=vdf
PYTHONHASHSEED=0 nosetests --verbosity 1 --with-coverage --cover-package=vdf

pylint:
pylint -r n -f colorized vdf || true
Expand Down
Loading

0 comments on commit b4e9ba1

Please sign in to comment.