phpc.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A server for PHP programmers & friends. Join us for discussions on the PHP programming language, frameworks, packages, tools, open source, tech, life, and more.

Administered by:

Server stats:

798
active users

#testing

19 posts16 participants0 posts today

Managed to get unit tests working in a pre-commit hook today - no more commits unless they pass the tests! Although every developer has to setup the hook manually because you can't easily put hooks into Git itself (there are hacky ways around this, e.g. by using post-install-cmd in Composer).

Nearly everything I work on is bespoke and legacy, so getting tests setup is a lot harder than with a new or modern project based on a framework.

🇫🇮🐍 Welcome to this month's meetup on Tuesday 15th April 2025 at Reaktor!

Talks:

🧪 @maaretp - Exploratory Unit Testing with and for GenAI

🪈 Toni Vanhala - Stable and Observable: Celery Setup Essentials for SQL Pipelines

⁉️ And the famous HelPy quiz!

meetup.com/helpy-meetups/event

See you there!

MeetupApril Helsinki Python meetup, with Reaktor, Tue, Apr 15, 2025, 5:30 PM | MeetupThe clocks have gone forward and that means it's time for our fourth meetup of 2025, this time kindly hosted by [Reaktor](https://www.reaktor.com/en-fi)! 17:30 - Doors ope

How can we use NUnit to test ASP.NET Core?

In this article, I explain how to leverage NUnit in ASP NET Core tests with simple code examples.

xUnit has been my preferred testing framework, but I felt like it was important to dive back into NUnit as well. While I still need to dedicate more time to it, I wanted to document some of the process so that you can see how to leverage NUnit in your ASP NET Core tests!

Check out the article:
devleader.ca/2024/02/16/nunit-