All Projects β†’ vlondon β†’ Swatch

vlondon / Swatch

Licence: MIT license
Watcher for Unit Tests written in Swift

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Swatch

Denon
πŸ‘€ Monitor any changes in your Deno application and automatically restart.
Stars: ✭ 725 (+1218.18%)
Mutual labels:  daemon, runner, watcher
Evncustomsearchbar
πŸ”Born for iOS 11 and iPhone X SearchBar
Stars: ✭ 52 (-5.45%)
Mutual labels:  xcode9, iphone-x
Git Repo Watcher
A simple bash script to watch a git repository and pull upstream changes if needed.
Stars: ✭ 73 (+32.73%)
Mutual labels:  daemon, watcher
floss
Unit-testing for those hard to reach places
Stars: ✭ 26 (-52.73%)
Mutual labels:  unit-testing
ava-fast-check
Property based testing for AVA based on fast-check
Stars: ✭ 44 (-20%)
Mutual labels:  unit-testing
npshell
Command line music queue manager. A music player from the comfort of your own shell.
Stars: ✭ 15 (-72.73%)
Mutual labels:  daemon
krab
Krab is a migration and automation tool for PostgreSQL based on HCL syntax
Stars: ✭ 15 (-72.73%)
Mutual labels:  unit-testing
vps host server
VPS Hosting Server Daemon for provisioning, monitoring, and communications with the central system.
Stars: ✭ 12 (-78.18%)
Mutual labels:  daemon
NiceDemo
iOS project, built on improved MVP architecture using Coordinator pattern for routing 😎
Stars: ✭ 54 (-1.82%)
Mutual labels:  unit-testing
fswatch
File/Directory Watcher for Modern C++
Stars: ✭ 56 (+1.82%)
Mutual labels:  watcher
currency-api
A demo project on how to test a node/express app with Mocha, Nock and proxyquire (MNP) and code coverage with nyc/istanbul.
Stars: ✭ 19 (-65.45%)
Mutual labels:  unit-testing
test-drive
The simple testing framework
Stars: ✭ 37 (-32.73%)
Mutual labels:  unit-testing
libcester
A robust header-only unit testing framework for C and C++ programming language. Support function mocking, memory leak detection, crash report.
Stars: ✭ 50 (-9.09%)
Mutual labels:  unit-testing
tink unittest
Tinkerbell Unit Testing
Stars: ✭ 15 (-72.73%)
Mutual labels:  unit-testing
FakeItEasy.AutoFakeIt
A very simple, yet flexible, "AutoFaker" for FakeItEasy to easily auto generate classes with faked dependencies.
Stars: ✭ 15 (-72.73%)
Mutual labels:  unit-testing
doctest
The fastest feature-rich C++11/14/17/20 single-header testing framework
Stars: ✭ 4,434 (+7961.82%)
Mutual labels:  unit-testing
pwatch
Process watcher(pwatch)
Stars: ✭ 33 (-40%)
Mutual labels:  watcher
GChan
Scrape boards and threads from 4chan (8kun WIP). Downloads images, videos and HTML if desired.
Stars: ✭ 31 (-43.64%)
Mutual labels:  daemon
rorshach
A watchman for your directories. Rorshach allows you to listen to file system changes and run commands when these events occur.
Stars: ✭ 26 (-52.73%)
Mutual labels:  watcher
funcd
Daemon for functional keys (works without X11)
Stars: ✭ 14 (-74.55%)
Mutual labels:  daemon

Swatch

Watcher for Unit Tests written in Swift

Command line program to watch project files changed and run unit tests against them.

Usage

Change settings in main.swift agains your project.

let project = Project(path: "{path_to_project}", name: "{project_name}")

Run project from Xcode or command line

$ xcrun swift ./Swatch/main.swift 

To run unit tests in Xcode press:

Cmd + Shift + e

Contributing

Contributions to Swatch are welcomed and encouraged! Feel free to fork the project and submit a pull request with your changes!

Author

Vladimirs Matusevics, [email protected], Twitter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].