forked from facebookresearch/labgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_script.sh
17 lines (16 loc) · 859 Bytes
/
test_script.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2004-present Facebook. All Rights Reserved.
# RUN export LC_ALL=C.UTF-8
# RUN export LANG=en_US.utf-8
python3 -m pytest --pyargs -v labgraph._cthulhu
python3 -m pytest --pyargs -v labgraph.events
python3 -m pytest --pyargs -v labgraph.graphs
python3 -m pytest --pyargs -v labgraph.loggers
python3 -m pytest --pyargs -v labgraph.messages
python3 -m pytest --pyargs -v labgraph.runners.tests.test_process_manager
python3 -m pytest --pyargs -v labgraph.runners.tests.test_aligner
python3 -m pytest --pyargs -v labgraph.runners.tests.test_cpp
python3 -m pytest --pyargs -v labgraph.runners.tests.test_exception
python3 -m pytest --pyargs -v labgraph.runners.tests.test_launch
python3 -m pytest --pyargs -v labgraph.runners.tests.test_runner
python3 -m pytest --pyargs -v labgraph.zmq_node
python3 -m pytest --pyargs -v labgraph.devices.protocols.lsl