https://github.com/gisce/destral
PowERP testing framework
https://github.com/gisce/destral
hacktoberfest openerp python tdd testing
Last synced: about 1 year 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T16:38:38.000Z (over 1 year ago)
- Last Synced: 2025-04-12T07:17:03.666Z (about 1 year ago)
- Topics: hacktoberfest, openerp, python, tdd, testing
- Language: Python
- Homepage: http://destral.readthedocs.org/
- Size: 393 KB
- Stars: 6
- Watchers: 17
- 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