Create testing section under dev, add stepci

Closes #544
This commit is contained in:
Jonathan Neidel
2025-10-14 07:52:45 +02:00
parent 548e44aaeb
commit fc6d7b3e0e

View File

@@ -15,14 +15,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [Entertainment](#entertainment) - [Entertainment](#entertainment)
- [Music](#music) - [Music](#music)
- [Social Media](#social-media)
- [Video](#video) - [Video](#video)
- [Movies](#movies) - [Movies](#movies)
- [Games](#games) - [Games](#games)
- [Books](#books) - [Books](#books)
- [Chat](#chat)
- [Development](#development) - [Development](#development)
- [Text Editors](#text-editors) - [Text Editors](#text-editors)
- [Frontend Development](#frontend-development) - [Frontend Development](#frontend-development)
@@ -35,6 +34,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Boilerplate](#boilerplate) - [Boilerplate](#boilerplate)
- [HTTP Server](#http-server) - [HTTP Server](#http-server)
- [HTTP Client](#http-client) - [HTTP Client](#http-client)
- [Testing](#testing)
- [Productivity](#productivity) - [Productivity](#productivity)
- [Time Tracking](#time-tracking) - [Time Tracking](#time-tracking)
- [Note Taking and Lists](#note-taking-and-lists) - [Note Taking and Lists](#note-taking-and-lists)
@@ -154,14 +154,11 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [bitwise](https://github.com/mellowcandle/bitwise) - Base conversion and bit manipulation. - [bitwise](https://github.com/mellowcandle/bitwise) - Base conversion and bit manipulation.
- [cgasm](https://github.com/bnagy/cgasm) - x86 assembly documentation. - [cgasm](https://github.com/bnagy/cgasm) - x86 assembly documentation.
- [grex](https://github.com/pemistahl/grex) - Generate regular expressions from user-provided test cases. - [grex](https://github.com/pemistahl/grex) - Generate regular expressions from user-provided test cases.
- [gdb-dashboard](https://github.com/cyrus-and/gdb-dashboard) - Modular visual interface for GDB.
- [iola](https://github.com/pvarentsov/iola) - Socket client with REST API. - [iola](https://github.com/pvarentsov/iola) - Socket client with REST API.
- [add-gitignore](https://github.com/TejasQ/add-gitignore) - Interactively generate a .gitignore for your project based on your needs. - [add-gitignore](https://github.com/TejasQ/add-gitignore) - Interactively generate a .gitignore for your project based on your needs.
- [is-up-cli](https://github.com/sindresorhus/is-up-cli) - Check if a domain is up. - [is-up-cli](https://github.com/sindresorhus/is-up-cli) - Check if a domain is up.
- [reachable](https://github.com/italolelis/reachable) - Check if a domain is up. - [reachable](https://github.com/italolelis/reachable) - Check if a domain is up.
- [loadtest](https://github.com/alexfernandez/loadtest) - Run load tests.
- [diff2html-cli](https://github.com/rtfpessoa/diff2html-cli) - Create pretty HTML from diffs. - [diff2html-cli](https://github.com/rtfpessoa/diff2html-cli) - Create pretty HTML from diffs.
- [shellspec](https://github.com/shellspec/shellspec) - A full-featured BDD unit-testing framework for all POSIX shells.
### Text Editors ### Text Editors
@@ -258,6 +255,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [curlie](https://github.com/rs/curlie) - A curl frontend with the ease of use of HTTPie. - [curlie](https://github.com/rs/curlie) - A curl frontend with the ease of use of HTTPie.
- [ATAC](https://github.com/Julien-cpsn/ATAC) - A feature-full TUI API client made in Rust. - [ATAC](https://github.com/Julien-cpsn/ATAC) - A feature-full TUI API client made in Rust.
### Testing
- [shellspec](https://github.com/shellspec/shellspec) - A full-featured BDD unit-testing framework for all POSIX shells.
- [gdb-dashboard](https://github.com/cyrus-and/gdb-dashboard) - Modular visual interface for GDB.
- [loadtest](https://github.com/alexfernandez/loadtest) - Run load tests.
- [Step CI](https://github.com/stepci/stepci) - API testing and QA framework.
## Productivity ## Productivity
- [doing](https://github.com/ttscoff/doing/) - Keep track of what youre doing and track what youve done. - [doing](https://github.com/ttscoff/doing/) - Keep track of what youre doing and track what youve done.