24 Commits

Author SHA1 Message Date
Matt Rubin e6b9184e1f Use non-optional Data(_:) initializer to convert String to Data 2026-01-03 15:00:29 -05:00
Matt Rubin c8a16be470 Update copyright notice dates 2023-02-12 13:46:12 -05:00
Matt Rubin 895d10b2cc Upgrade OneTimePassword to a 4.0 pre-release
This upgrade requires adapting to the new throwing initializers, plus bumping the app deployment target to iOS 13
2023-02-11 11:44:03 -05:00
Matt Rubin 826378de5d Enable several new SwiftLint rules 2018-09-27 19:34:53 -04:00
Matt Rubin b24417c36a Fix tests 2018-09-25 18:21:51 -04:00
Matt Rubin 0e459e06f4 Update copyright notice dates 2018-04-23 23:42:49 -04:00
Matt Rubin 66dd742db1 Fix the rest of the Swift 3 conversion errors 2017-03-31 19:07:06 -04:00
Matt Rubin cb17789958 Use the automated tools to upgrade to Swift 3 2017-03-31 18:08:38 -04:00
Matt Rubin 4c73d8707d Remove MemoryTokenStore and refactor creating test PersistentToken 2017-01-06 13:48:21 -05:00
Matt Rubin 311fa51d4d Fix TableDiffTests broken by change to PersistentToken identifiers 2017-01-05 22:24:15 -05:00
Matt Rubin 8d39e50317 Use a UUID for test token identifiers 2017-01-05 19:58:57 -05:00
Robert Collins 8a32fcdaac Adds unit tests for TokenListViewController 2017-01-05 19:13:57 -05:00
Matt Rubin c76f0a6920 Enable linting for force-unwrapping, and fix swiftlint:disable comments 2017-01-04 17:34:10 -05:00
Matt Rubin 281eb518f4 Multi-line collection literals should have trailing commas 2016-12-29 17:39:47 -05:00
Robert Collins 4d4df6a8e2 Increases visibility of PersistentToken extension for use in other tests 2016-10-15 18:11:19 -07:00
Matt Rubin 8ae5211828 Remove unnecessary test error type 2016-10-15 19:39:19 -04:00
Matt Rubin d5bbca6124 Tweak vertical whitespace 2016-10-15 19:36:31 -04:00
Matt Rubin 52cac8b985 Remove unnecessary throws 2016-10-15 19:36:11 -04:00
Matt Rubin 0f41831b5f Privatize test extension 2016-10-15 19:35:34 -04:00
Matt Rubin d3155f474e Use a testable import instead of compiling app code into the test bundle 2016-10-15 19:27:16 -04:00
Robert Collins e569248059 Fixes typo in comment header 2016-10-15 14:53:12 -07:00
Robert Collins a8f0c3d36e Removes unnecessary throw/try
Copied from a different implementation that required it but was simplified to
not require an identifier.
2016-10-15 14:51:43 -07:00
Robert Collins 527f2f0197 Tests that a diff with same PersistentToken row produces no changes 2016-10-15 10:04:19 -07:00
Robert Collins 3d43d52071 Setting up tests for TableDiff 2016-10-15 09:10:38 -07:00