Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gisce/destral
PowERP testing framework
https://github.com/gisce/destral
hacktoberfest openerp python tdd testing
Last synced: 3 months ago
JSON representation
PowERP testing framework
- Host: GitHub
- URL: https://github.com/gisce/destral
- Owner: gisce
- License: gpl-3.0
- Created: 2015-04-07T11:35:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T12:19:30.000Z (9 months ago)
- Last Synced: 2024-04-24T16:02:40.744Z (9 months ago)
- Topics: hacktoberfest, openerp, python, tdd, testing
- Language: Python
- Homepage: http://destral.readthedocs.org/
- Size: 371 KB
- Stars: 6
- Watchers: 18
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Destral testing library
=======================A library to do tests with our OpenERP Server (v5)
.. image:: https://travis-ci.org/gisce/destral.svg?branch=master
:target: https://travis-ci.org/gisce/destral.. image:: https://badge.fury.io/py/destral.svg
:target: https://badge.fury.io/py/destral.. note::
The API is not stable, and can be changed... epigraph::
Code as if the next guy to maintain your code is a homicidal maniac who knows where you live.
-- Kathy Sierra and Bert Bates