Skip to content

Commit

Permalink
Refactor test module into package with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Oct 24, 2015
1 parent e4bf418 commit c716e7b
Show file tree
Hide file tree
Showing 16 changed files with 581 additions and 559 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@
*.pyc
*$py.class
*~
__pycache__
.coverage
.eggs/
.tox/
.idea/
coverage.xml
nosetests.xml
tutorial.db
docs/_build/
docs/_themes/
build/
dist/
bin/
lib/
include/
.idea/
distribute-*.tar.gz
env*/
coverage.xml
env*/
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Next release
------------

0.2.3
-----

- Account for renaming of python3-ldap to ldap3
- Proper unbinding of Connections
- Do not fill cache if caching has been disabled
- Release as source package and universal wheel


0.2.2
------
Expand Down
7 changes: 6 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
include *.ini
include *.txt
prune .eggs
prune .tox
graft sampleapp
graft docs
prune docs/_build
prune docs__themes/
graft tests
graft sampleapp
global-exclude *.pyc *.pyo __pycache__
2 changes: 0 additions & 2 deletions docs/.gitignore

This file was deleted.

0 comments on commit c716e7b

Please sign in to comment.