diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-12-04 19:33:05 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel.thompson@linaro.org> | 2020-12-04 20:11:41 (GMT) |
| commit | f1f5cc9e0c113bf44c7ca2ce58ed1c41089a1b7f (patch) | |
| tree | ce20d71a92ed1010759f1919b29aa87dd04e52f8 /wasp/requirements.txt | |
| parent | 3fb1faceab8c4067cf636e0628ab44fe77582f72 (diff) | |
simulator: Introduce fully automatic testint
Currently the tests do little more than fire up the simulator and
switch into (and out of) the built in applications. However this is
useful and allows us to fully integrate as a CI job.
Unfortunately the numpy warning from pysdl2 mean we have been forced
to disable all warnings to prevent pytest from collecting and reporting
them.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/requirements.txt')
| -rw-r--r-- | wasp/requirements.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wasp/requirements.txt b/wasp/requirements.txt new file mode 100644 index 0000000..e64a397 --- /dev/null +++ b/wasp/requirements.txt @@ -0,0 +1,8 @@ +cbor +click +numpy +pexpect +Pillow +pyserial +pysdl2 +pytest |
