asciidisco / plugin.video.netflix

Inputstream based Netflix plugin for Kodi
MIT License
1.24k stars 226 forks source link

Unit tests error because missing import AddonSignals #706

Open tomjshore opened 5 years ago

tomjshore commented 5 years ago

I'm submitting a ...

General information

I'm trying to run the unit tests for this project. 4 tests have errors because I'm missing the module AddonSignals

Prerequisites

Description

git clone the project sudo pip2 install -r requirements.txt python2 -m nose resources/test/

Four tests errored because of missing module. Has it be missed from the requirements.txt or do I have to install it another way?

Context (Environment)

Installation

N/A

Operating System

Additional informatin on the environment

uname -a Linux arch 5.2.8-arch1-1-ARCH #1 SMP PREEMPT Fri Aug 9 21:36:07 UTC 2019 x86_64 GNU/Linux

Debug log

https://pastebin.com/4e1Kqbdc