aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2020-01-03 10:08:38 -0500
committerMichael Gattozzi <mgattozzi@gmail.com>2020-01-03 10:41:25 -0500
commita33eac7f22abfdad430a3431ff3521ec9cde9dba (patch)
treeffb7c3efdd0ec0643856aad61a0f9059bde73942
parente250cccb0d7efe7b3a0e485d92b0a79fb64c9ef8 (diff)
Create 'Build out cross platform testing'
-rw-r--r--.dev-suite/ticket/open/build-out-cross-platform-testing.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.dev-suite/ticket/open/build-out-cross-platform-testing.toml b/.dev-suite/ticket/open/build-out-cross-platform-testing.toml
new file mode 100644
index 0000000..c14d8e2
--- /dev/null
+++ b/.dev-suite/ticket/open/build-out-cross-platform-testing.toml
@@ -0,0 +1,17 @@
+title = 'Build out cross platform testing'
+status = 'Open'
+id = 'd5501e80-2e3a-11ea-80dd-b858bdaef29a'
+assignees = [[
+ '64c00ccc-761e-4484-86ac-904e461bb300',
+ 'Michael Gattozzi',
+]]
+description = '''
+The tests currently in the repo are scarce at best, and manually testing them
+can only go so far. Creating a more comprehensive test suite that can run on
+all three platforms would be great, maybe through docker, but at the very
+least it needs to be expanded more so than it currently is, and to have tests
+for bugs already found so as not to regress.
+'''
+version = 'V1'
+
+[comments]