Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://katyhuff.github.io/python-testing
Python Testing and Continuous Integration
https://katyhuff.github.io/python-testing
alpha carpentries-incubator english lesson programming python
Last synced: 6 days ago
JSON representation
Python Testing and Continuous Integration
- Host: GitHub
- URL: https://katyhuff.github.io/python-testing
- Owner: carpentries-incubator
- License: other
- Created: 2015-10-31T00:56:49.000Z (about 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-07-30T17:05:39.000Z (over 2 years ago)
- Last Synced: 2024-08-17T00:35:49.127Z (4 months ago)
- Topics: alpha, carpentries-incubator, english, lesson, programming, python
- Language: Python
- Homepage: http://carpentries-incubator.github.io/python-testing/
- Size: 1.72 MB
- Stars: 56
- Watchers: 12
- Forks: 42
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-python-in-education-zh - Testing and Continuous Integration with Python - 学习使用pytest来做测试 (课程 / 介绍和教程)
README
# Testing
An introduction to testing and continuous integration using Python.
Much of this lesson came from the book *[Effective Computation in Physics](http://www.amazon.com/Effective-Computation-Physics-Anthony-Scopatz/dp/1491901535/)* by Anthony M. Scopatz and Kathryn D. Huff.
> ## Note
>
> Please see
> [GitHub.com/Carpentries/lesson-example](https://github.com/carpentries/lesson-example)
> for instructions on formatting, building, and submitting lessons,
> or run `make` in this directory for a list of helpful commands.