Files
KissMe/KissMeConsole/Sources/main.swift
2024-11-08 23:24:03 +09:00

27 lines
410 B
Swift

//
// main.swift
// KissMeConsole
//
// Created by ened-book-m1 on 2023/05/09.
//
import Foundation
//KissConsole().run()
import KissMe
//test_get_websocket_key_and_contact_price()
//test_get_websocket_key_and_asking_price()
//test_parse_contact_price_response()
//test_websocket_dump_data()
//test_auction()
func runTests() {
let tests = DB1_CandleData_Tests()
tests.runTests()
}
runTests()