GeorgeCiesinski / text-script

An app that runs in the background and replaces text shortcuts with pre-saved blocks of text.
https://georgeciesinski.github.io/text-script/
GNU General Public License v3.0
72 stars 9 forks source link

Add .travis.yml move unit tests to pytest #55

Closed jwlodek closed 4 years ago

jwlodek commented 4 years ago

Description

Add basic CI testing framework with pytest https://github.com/GeorgeCiesinski/text-script/issues/53

Fixes #53

Type of change

How Has This Been Tested?

pytest in root directory.

image

You will need to enable travis CI for the repository still on your end. I added some simple tests for the glib module.

GeorgeCiesinski commented 4 years ago

Hey, I took a look at your changes and merged it into develop. I also activated Travis CI on this repository.

Confirmed this works on my end:

build#1

jwlodek commented 4 years ago

Great! If you want you can add the little build icon that travis gives you to the README, it will update live with the most recent build status of the master branch.