Skip to main content

Learning Libraries from tests by David Arroyo MEnéndez

Project description

<div id=”table-of-contents”> <h2>Table of Contents</h2> <div id=”text-table-of-contents”> <ul> <li><a href=”#sec-1”>1. Logo</a></li> <li><a href=”#sec-2”>2. Introduction</a></li> <li><a href=”#sec-3”>3. Install and Check tests in a Library</a></li> <li><a href=”#sec-4”>4. Music</a></li> <li><a href=”#sec-5”>5. License</a></li> </ul> </div> </div>

# Logo<a id=”sec-1” name=”sec-1”></a>

![img](https://upload.wikimedia.org/wikipedia/commons/thumb/6/65/Magpie_in_Madrid_%28Spain%29_91.jpg/636px-Magpie_in_Madrid_%28Spain%29_91.jpg)

# Introduction<a id=”sec-2” name=”sec-2”></a>

Many people needs little snippets of source to make exercises and learn a library. You can store your exercises in a repository, such as, <https://github.com/davidam/python-examples.git>. It’s useful, but if the library is suffering changes or changing dependencies, perhaps your snippets is not running.

In this project, we are experimenting a way, to store the snippets in files to execute unit test. So, the snippets is easy to maintain.

# Install and Check tests in a Library<a id=”sec-3” name=”sec-3”></a>

If you want python virtual environment

$ python3 -m venv /tmp/dl $ cd /tmp/dl $ source bin/activate

Now, you can install with pip

$ pip install –upgrade pip $ pip3 install damelibraries

Checking my snippets:

$ cd /tmp/dl/lib/python3.5/site-packages/damealgorithms $ nosetests3 tests $ cd /tmp/dl/lib/python3.5/site-packages/damejson $ nosetests3 tests $ cd /tmp/dl/lib/python3.5/site-packages/damepandas $ nosetests3 tests $ cd /tmp/dl/lib/python3.5/site-packages/damenltk $ nosetests3 tests $ cd /tmp/dl/lib/python3.5/site-packages/damenumpy $ nosetests3 tests $ cd /tmp/dl/lib/python3.5/site-packages/damescipy $ nosetests3 tests

# Music<a id=”sec-4” name=”sec-4”></a>

# License<a id=”sec-5” name=”sec-5”></a>

This document is under a [Creative Commons Attribution 4.0 International](http://creativecommons.org/licenses/by/4.0/deed)

[![img](http://i.creativecommons.org/l/by/3.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/deed)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

damelibraries-0.0.17.tar.gz (1.6 MB view details)

Uploaded Source

File details

Details for the file damelibraries-0.0.17.tar.gz.

File metadata

  • Download URL: damelibraries-0.0.17.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.18.4 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.20.0 CPython/3.5.1+

File hashes

Hashes for damelibraries-0.0.17.tar.gz
Algorithm Hash digest
SHA256 79503080a9efbf02bfa5058154d9ad7e8250ffefde2ff1f872d22d32216ad88d
MD5 82537aa1aee23d41f69b4b103070b5c3
BLAKE2b-256 87ba5487ee81d9084fe72c482b1ad0a52b1512e975478b30f44265ae4b4fd46c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page