Giter Site home page Giter Site logo

yadtcontroller's Introduction

yadtcontroller Build Status

Developer setup

This module uses the pybuilder. You will need virtualenv installed. (On Ubuntu : sudo apt-get install python-virtualenv, on other machines sudo pip install virtualenv should do it).

git clone https://github.com/yadt/yadtcontroller
cd yadtcontroller
virtualenv venv
. venv/bin/activate
pip install pybuilder
pyb install_dependencies

Or you could use pyb_init and run

pyb-init github yadt : yadtcontroller

Running the tests

pyb verify

Generating a setup.py

pyb
cd target/dist/yadtcontroller-$VERSION
./setup.py <whatever you want>

Looking at the coverage

pyb
cat target/reports/coverage

yadtcontroller's People

Contributors

mriehl avatar aelgru avatar

Stargazers

Juri Grabowski avatar Arne Hilmann avatar

Watchers

Emergency Self-Construct avatar Ralph Angenendt avatar Alexander Metzner avatar James Cloos avatar Stefan Nordhausen avatar Juri Grabowski avatar Sebastian Herold avatar Arne Hilmann avatar  avatar Marcel Wolf avatar Stefan Neben avatar highjagger avatar  avatar

yadtcontroller's Issues

pyb verify fails on centos 7

 [root@yadt ~]# cd /usr/local/src
 [root@yadt src]# git clone https://github.com/yadt/yadtcontroller
 [root@yadt src]# cd yadtcontroller/
 [root@yadt yadtcontroller]# pip install setuptools --upgrade
 [root@yadt yadtcontroller]# pyb install_dependencies
[root@yadt yadtcontroller]# pyb verify
PyBuilder version 0.10.60
Build started at 2015-06-25 14:35:56
------------------------------------------------------------
[INFO]  Building yadtcontroller version 0.1.4
[INFO]  Executing build in /usr/local/src/yadtcontroller
[INFO]  Going to execute task verify
[INFO]  Executing unittest Python modules in /usr/local/src/yadtcontroller/src/unittest/python
[INFO]  Executed 72 unittests
[ERROR] Test failed: execution_state_machine_tests.ExecutionStateMachineTests.test_should_create_state_machine_with_callbacks
Traceback (most recent call last):
  File "/usr/local/src/yadtcontroller/src/unittest/python/execution_state_machine_tests.py", line 55, in test_should_create_state_machine_with_callbacks
    self.assertEqual(fsm.onwaiting, self.waiting_callback)
AssertionError: <function _callback at 0x2764cf8> != <bound method ExecutionStateMachineTests.waiting_callback of <execution_state_machine_tests.ExecutionStateMachineTests testMethod=test_should_create_state_machine_with_callbacks>>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.