Skip to content

Commit

Permalink
Now we are going to use all of the testutils directory for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Dec 2, 2020
1 parent 2a95431 commit 0ac158d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-testutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
source env/bin/activate
pip install -e .
pytest volttrontesting/testutils/test_frame_serialization.py -o junit_family=xunit2 --junitxml=output/test-testutils-${{matrix.os}}-${{ matrix.python-version }}-results.xml
pytest volttrontesting/testutils -o junit_family=xunit2 --junitxml=output/test-testutils-${{matrix.os}}-${{ matrix.python-version }}-results.xml
- name: Archive test results
uses: actions/upload-artifact@v2
Expand Down
1 change: 0 additions & 1 deletion volttrontesting/utils/platformwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,6 @@ def subscribe_to_all(peer, sender, bus, topic, headers, messages):

gevent.sleep(10)


def is_running(self):
return utils.is_volttron_running(self.volttron_home)

Expand Down

0 comments on commit 0ac158d

Please sign in to comment.