Skip to content

Commit

Permalink
Move test protocol somewhere it won't be covered by linting rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Sep 20, 2023
1 parent cc1f2af commit e3ca563
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
requirements = {"apiLevel": "2.0"}


def run(protocol):
protocol.load_labware("opentrons_96_filtertiprack_20ul", 1)

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stages:
url: '{ot2_server_base_url}/protocols'
files:
files:
tests/integration/sessions/fixture_load_opentrons_96_filtertiprack_20ul.py
tests/integration/protocols/load_opentrons_96_filtertiprack_20ul.py
response:
status_code: 201
save:
Expand Down

0 comments on commit e3ca563

Please sign in to comment.