Skip to content

Commit

Permalink
Added test script for eventual pipeline testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Mar 28, 2024
1 parent b9261eb commit 2b1aa00
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions pipeline/tests.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
__author__ = "Daniel Westwood"
__contact__ = "[email protected]"
__copyright__ = "Copyright 2023 United Kingdom Research and Innovation"

class TestArgs:
def __init__(self):
self.blacklist = None
self.reason = None

self.option = None
self.cleanup = None
self.upgrade = None
self.long = None

self.jobID = None
self.phase = None
self.repeat_id = 'main'
self.new_id = None

self.error = ''
self.examine = None

self.write = None
self.overwrite = 0

self.workdir = None
self.groupdir = None
self.verbose = None
self.mode = None

0 comments on commit 2b1aa00

Please sign in to comment.