How I Set Up GitHub Actions for a Python Project

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • jest

    Delightful JavaScript Testing.

  • Luke used Jest as his testing framework. In my opinion, it wasn't really different from Pytest, so I had no problem with adding a new test case.

  • silkie

    Static site generator with the smoothness of silk

  • Last week, I already set up some automation tests for Silkie, my static site generator (SSG). Instead of running tests manually on each Pull Request (PR), I made an attempt to configure GitHub Actions to automate this Continuous Integration (CI) workflow. Moreover, I also helped my friend, Luke, add a test case to his SSG this week.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • pytest

    The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

  • Luke used Jest as his testing framework. In my opinion, it wasn't really different from Pytest, so I had no problem with adding a new test case.

  • mini-ssg

    MINI - A minimalist static site generator written in JS.

  • Luckily, my newly added test case didn't fail the CI workflow, so my PR got merged eventually.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • API Testing with Clerk and Express

    1 project | dev.to | 25 Mar 2024
  • Introdução a testes unitários no desenvolvimento de software

    2 projects | dev.to | 22 Mar 2024
  • JS Toolbox 2024: Bundlers and Test Frameworks

    10 projects | dev.to | 3 Mar 2024
  • Testing library for Node.js and React

    1 project | dev.to | 29 Feb 2024
  • Mocha is being maintained again

    1 project | news.ycombinator.com | 6 Feb 2024