Dotan Nahum
583b42bac3
need to include the LICENSE file, otherwise pypi installs are broken (it is required on install)
2017-02-11 22:02:09 +02:00
Kenneth Reitz
e313706194
Merge pull request #17 from zinob/master
...
Lets allow the helpers to be helpfull
2017-02-01 14:29:19 -05:00
Simon Albinsson
983ab0fe41
Lets allow the helpers to be helpfull
...
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.
2017-02-01 13:31:16 +01:00
Kenneth Reitz
9bce61d247
Merge pull request #16 from idmit/patch-1
...
Change initial version to be 0.1.0
2016-12-21 23:17:48 -05:00
Ivan Dmitrievsky
33ed507412
Change initial version to be 0.1.0
...
If it's intended to use semantic versioning then it's doesn't make sense to start from a bug fix release.
2016-12-21 21:24:58 +03:00
Kenneth Reitz
54e0190dc0
Merge pull request #15 from jondot/master
...
add a Python gitignore
2016-10-24 13:09:00 -04:00
Dotan Nahum
cb3a268aba
add a Python gitignore
2016-10-24 19:23:04 +03:00
Kenneth Reitz
a4114d3ad3
Merge pull request #9 from vegard/patch-1
...
tests: use __file__ to determine library path
2016-07-13 01:13:34 -04:00
Vegard Nossum
48f4c8dba4
tests: use __file__ to determine library path
...
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).
2016-03-21 10:11:43 +01:00
Kenneth Reitz
8df82b72ba
Update Makefile
2016-02-04 04:06:08 -05:00
Kenneth Reitz
557ba5d06d
Merge pull request #8 from jones77/master
...
Fixing link to blog post.
2016-02-04 04:03:47 -05:00
Kenneth Reitz
1bac33e61f
Merge pull request #6 from WnP/patch-1
...
[readme] update `learn more` link
2016-02-04 03:57:04 -05:00
jones77
35a7de920f
Fixing link to blog post.
2015-05-19 14:51:06 -04:00
Steeve
e65e415858
[readme] update `learn more` link
...
the learn more url as changed, this fix the 404 error
2014-10-03 11:22:11 +02:00
Kenneth Reitz
64a67fd105
Merge pull request #3 from bforst/master
...
Added __init__.py so tests can be run
2013-03-06 09:57:02 -08:00
Brian Forst
cc59487590
Added __init__.py to the tests directory so that relative package import works.
2013-02-20 11:37:05 -07:00
Kenneth Reitz
8a5c0c647b
Merge pull request #2 from chassing/patch-1
...
fixed typo in nosetests command
2012-04-17 02:33:52 -07:00
chassing
052419685f
fixed typo in nosetests command
2012-04-17 10:47:03 +03:00
Kenneth Reitz
1c3e5b5eea
readme
2012-04-16 21:32:53 -04:00
Kenneth Reitz
0fa2bd8aae
examples
2012-04-16 21:31:15 -04:00
Kenneth Reitz
8b76a38218
basics
2012-04-16 21:27:40 -04:00
Kenneth Reitz
244958fc69
basics
2012-04-16 20:45:44 -04:00