Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Clean dev tools #161

Merged
merged 1 commit into from
Apr 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,13 @@ jobs:
pip install -e . --quiet
pip list | grep dash

- run:
name: Create artifacts folder
command: |
mkdir /tmp/artifacts;
echo "test artifact files in a dir" > /tmp/artifacts/artifact-2;

- run:
name: Run tests
command: |
. venv/bin/activate
python --version
npm run test:py

- store_artifacts:
path: /tmp/artifacts

"python-3.6":
<<: *test-template
docker:
Expand Down
1 change: 0 additions & 1 deletion tests/IntegrationTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def percy_snapshot(self, name=''):
self.percy_runner.snapshot(
name=snapshot_name
)
self.driver.save_screenshot('/tmp/artifacts/{}.png'.format(name))

@classmethod
def setUpClass(cls):
Expand Down