jrg94 on v0.1.3
jrg94 on main
Upgraded library requirements (compare)
jrg94 on v0.1.2
jrg94 on upgrade-subete
jrg94 on main
Upgrading seems to work (#52) (compare)
jrg94 on upgrade-subete
Upgrading seems to work (compare)
jrg94 on upgrade-subete
@jrg94 or anyone else who is interested: I have almost finished splitting out our run/testing framework into a new project. I have named it glotter: https://github.com/auroq/glotter
Currently there's no documentation on the new repo, but that will change soon.
If you're interested in seeing what it looks like when implemented into a project, take a look at the diff here:
https://github.com/TheRenegadeCoder/sample-programs/compare/master...glotter
The two main pieces are the .glotter. yml file which is settings and configuration for glotter and runner.py which is the integration for the runner. There are also 3 decorators that are used for integration with tests and project types.
I'm still working on some integration with pytest/test running, but you should be able to use the run or download commands with no trouble.
Start with python runner.py --help
for usage instructions.