Go to file
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
docs basics 2012-04-16 21:27:40 -04:00
sample basics 2012-04-16 21:27:40 -04:00
tests tests: use __file__ to determine library path 2016-03-21 10:11:43 +01:00
LICENSE basics 2012-04-16 20:45:44 -04:00
Makefile Update Makefile 2016-02-04 04:06:08 -05:00
README.rst [readme] update `learn more` link 2014-10-03 11:22:11 +02:00
requirements.txt basics 2012-04-16 21:27:40 -04:00
setup.py basics 2012-04-16 21:27:40 -04:00

README.rst

Sample Module Repository
========================

This simple project is an example repo for Python projects.

`Learn more <http://www.kennethreitz.org/essays/repository-structure-and-python>`_.