Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Conversation

@lastcoolnameleft
Copy link
Contributor

No description provided.

Kenneth Reitz and others added 30 commits April 16, 2012 20:45
fixed typo in nosetests command
Added __init__.py so tests can be run
the learn more url as changed, this fix the 404 error
[readme] update `learn more` link
Fixing link to blog post.
By using `os.path.dirname(__file__)` you can run the test from any directory/cwd and it will find the right path to the sample module. Without it you might accidentally import it from the wrong directory (i.e. if you have a development version of your project checked out, but you also have one installed in the system path, you may think that your tests pass when in fact they were testing the system installation rather than the development version).
tests: use __file__ to determine library path
If it's intended to use semantic versioning then it's doesn't make sense to start from a bug fix release.
Change initial version to be 0.1.0
I had problems transissioning form python 2 to 3 due to imports failing
when running tests. This shows (what i hope) is the correct way of
dealing with imports.
Lets allow the helpers to be helpfull
need to include the LICENSE file, otherwise pypi installs are broken …
@lastcoolnameleft
Copy link
Contributor Author

@rgardler Last chance to declare something before I merge!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.