mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

#unittests

0 posts0 participants0 posts today
Helsinki Python<p>🇫🇮🐍 Welcome to this month's meetup on Tuesday 15th April 2025 at Reaktor!</p><p>Talks:</p><p>🧪 <span class="h-card" translate="no"><a href="https://mas.to/@maaretp" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>maaretp</span></a></span> - Exploratory Unit Testing with and for GenAI</p><p>🪈 Toni Vanhala - Stable and Observable: Celery Setup Essentials for SQL Pipelines</p><p>⁉️ And the famous HelPy quiz!</p><p><a href="https://www.meetup.com/helpy-meetups/events/307043355/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">meetup.com/helpy-meetups/event</span><span class="invisible">s/307043355/</span></a></p><p>See you there!</p><p><a href="https://fosstodon.org/tags/HelPy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HelPy</span></a> <a href="https://fosstodon.org/tags/Helsinki" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Helsinki</span></a> <a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://fosstodon.org/tags/meetup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>meetup</span></a> <a href="https://fosstodon.org/tags/testing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>testing</span></a> <a href="https://fosstodon.org/tags/UnitTests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UnitTests</span></a> <a href="https://fosstodon.org/tags/GenAI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GenAI</span></a> <a href="https://fosstodon.org/tags/Celery" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Celery</span></a> <a href="https://fosstodon.org/tags/SQL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SQL</span></a> <a href="https://fosstodon.org/tags/Pipelines" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pipelines</span></a></p>
Buttered Jorts<p>Hey Mastodon, question for my <a href="https://infosec.exchange/tags/sysadmin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sysadmin</span></a> and <a href="https://infosec.exchange/tags/DevOps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DevOps</span></a> types. Has anyone used <a href="https://infosec.exchange/tags/Pester" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pester</span></a> and <a href="https://infosec.exchange/tags/PSScriptAnalyzer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PSScriptAnalyzer</span></a> to set up unit testing for test driven development, particularly on (relatively) simple <a href="https://infosec.exchange/tags/PowerShell" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PowerShell</span></a> scripts like you might use for application detection, installation, and uninstallation from a system like <a href="https://infosec.exchange/tags/SCCM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SCCM</span></a> <a href="https://infosec.exchange/tags/Intune" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Intune</span></a> or <a href="https://infosec.exchange/tags/ManageEngine" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ManageEngine</span></a> ?</p><p>Apologies for the buzzword bingo, but I’m trying to reach folks who may be following the hashtags, but not necessarily have a connection otherwise.</p><p><a href="https://infosec.exchange/tags/TDD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TDD</span></a> <a href="https://infosec.exchange/tags/unittests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittests</span></a></p>
Gary "grim" Kramlich<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@pidgin" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>pidgin</span></a></span> Also if anyone wants to explore more themselves, meson makes this really easy.</p><p>From the top of our source tree you can run meson with the following command</p><p>meson build -Db_coverage=true -Dgplugin:vapi=false build-coverage</p><p>The vala bindings need to be disabled because the confuse gcovr.</p><p>Once configuration is done you can run the tests and generate the coverage report with the following</p><p>cd build-coverage<br>ninja turtles<br>ninja coverage-html</p><p><a href="https://mastodon.social/tags/Pidgin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pidgin</span></a> <a href="https://mastodon.social/tags/Development" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Development</span></a> <a href="https://mastodon.social/tags/UnitTests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UnitTests</span></a> <a href="https://mastodon.social/tags/Coverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Coverage</span></a></p>
Gary "grim" Kramlich<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@pidgin" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>pidgin</span></a></span> Some more info. Keep in mind that the 130 suites include libraries we maintain as well, but the code coverage here does not include.</p><p>Also, the coverage includes, libpurple, pidgin, and the protocol plugins and that pidgin and the protocol plugins aren't exactly testable although we have some stuff we're working on for that.</p><p><a href="https://mastodon.social/tags/Pidgin" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Pidgin</span></a> <a href="https://mastodon.social/tags/Coverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Coverage</span></a> <a href="https://mastodon.social/tags/UnitTests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UnitTests</span></a> <a href="https://mastodon.social/tags/Development" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Development</span></a></p>
Felix Neumann<p>In a way it’s similar to the people who generate <a href="https://hachyderm.io/tags/unittests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittests</span></a> for the code they’ve just written. </p><p>Nothing against those who have this big chunk of untested legacy code and happily see that <a href="https://hachyderm.io/tags/AI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AI</span></a> gives them a good starting ground of test cases.</p><p>But like with commit messages, unit tests can answer that WHY question about your production code. Why do we need that strange if branch? Oooh because of that edge case occurring in a given use case, tested by this test case over there. That’s something you can’t derive from your production code.</p><p>In <a href="https://hachyderm.io/tags/TDD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TDD</span></a>, your test cases give your production code a reason to exist. In that sense, you’d be much better off to have AI generate the production code for your tests.</p>
Toni Aittoniemi<p>One thing for my job I’m looking forward to about <a href="https://mastodon.green/tags/AI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AI</span></a>: Refactoring large systems</p><p>Doing a refactoring that involves hundreds of classes and multiple changes of infrastructure has been a thing that can take weeks, even months.</p><p>However, if you have good test coverage, you can let an LLM can do the drudge work for you and just verify it did what it said it did.</p><p>TTD is a must anyway, if you use LLM’s for helping you werite code.<br><a href="https://mastodon.green/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://mastodon.green/tags/refactoring" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>refactoring</span></a> <a href="https://mastodon.green/tags/unittests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittests</span></a></p>
Alvin Ashcraft<p>Migrate from MSTest to xUnit using a Roslyn analyzer by Gérald Barré. <a href="https://www.meziantou.net/migrate-from-mstest-to-xunit-using-a-roslyn-analyzer.htm" rel="nofollow noopener noreferrer" target="_blank">https://www.meziantou.net/migrate-from-mstest-to-xunit-using-a-roslyn-analyzer.htm</a> <a href="https://bsky.app/search?q=%23dotnet" rel="nofollow noopener noreferrer" target="_blank">#dotnet</a> <a href="https://bsky.app/search?q=%23roslyn" rel="nofollow noopener noreferrer" target="_blank">#roslyn</a> <a href="https://bsky.app/search?q=%23csharp" rel="nofollow noopener noreferrer" target="_blank">#csharp</a> <a href="https://bsky.app/search?q=%23mstest" rel="nofollow noopener noreferrer" target="_blank">#mstest</a> <a href="https://bsky.app/search?q=%23xunit" rel="nofollow noopener noreferrer" target="_blank">#xunit</a> <a href="https://bsky.app/search?q=%23unittests" rel="nofollow noopener noreferrer" target="_blank">#unittests</a> <a href="https://bsky.app/search?q=%23migration" rel="nofollow noopener noreferrer" target="_blank">#migration</a><br><br><a href="https://www.meziantou.net/migrate-from-mstest-to-xunit-using-a-roslyn-analyzer.htm" rel="nofollow noopener noreferrer" target="_blank">Migrate from MSTest to xUnit u...</a></p>
sumanthvepa<p>For example, for my command line deployment tool <a href="https://mastodon.social/tags/dralithus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dralithus</span></a>, the parameterized test suite consists of more than 3,500 individual tests with different combinations of deployment configurations. </p><p>Writing individual unit tests simply doesn't scale.</p><p>This is particularly true if you are building a data driven software pipeline.</p><p>This also makes it possible to do test driven development more effectively.</p><p><a href="https://github.com/sumanthvepa/dralithus-core" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/sumanthvepa/dralith</span><span class="invisible">us-core</span></a></p><p><a href="https://mastodon.social/tags/softwaredevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>softwaredevelopment</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/testing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>testing</span></a> <a href="https://mastodon.social/tags/unittests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittests</span></a></p>
sumanthvepa<p><a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> really needs better support for <a href="https://mastodon.social/tags/parameterised" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>parameterised</span></a> <a href="https://mastodon.social/tags/unittests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittests</span></a>. The paremeterized python package is okay, but leaves much to be desired. </p><p>I would love have package that integrates with my <a href="https://mastodon.social/tags/IDE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IDE</span></a>, (<a href="https://mastodon.social/tags/VScode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VScode</span></a>, <a href="https://mastodon.social/tags/PyCharm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PyCharm</span></a>) etc.</p>
Bogomil Shopov - Бого<p>A friend of mine is looking for one/two freelancers for the following </p><p>- Writing <a href="https://hapyyr.com/tags/unittests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittests</span></a> in <a href="https://hapyyr.com/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a><br>- Basic <a href="https://hapyyr.com/tags/pqsql" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pqsql</span></a> dB optimization. </p><p>Ideally from <a href="https://hapyyr.com/tags/Europe" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Europe</span></a>. If you are one or know one, please DM me.</p><p><a href="https://hapyyr.com/tags/getfedihired" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>getfedihired</span></a></p>
Ernst Greiner 🇪🇺<p>FluentAssertions v8.0 will cost $ 130,- per Developer.<br>Just watched Nicks video...</p><p><a href="https://techhub.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> <a href="https://techhub.social/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a> <a href="https://techhub.social/tags/unittests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittests</span></a> <a href="https://techhub.social/tags/FluentAssertions" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FluentAssertions</span></a> </p><p><a href="https://www.youtube.com/watch?v=ZFc6jcaM6Ms" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=ZFc6jcaM6M</span><span class="invisible">s</span></a></p>
Preston Maness ☭<p>A new person! @toastiehealth@tiktok.com </p><p><a href="https://www.tiktok.com/@toastiehealth/video/7457799816962215176" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">tiktok.com/@toastiehealth/vide</span><span class="invisible">o/7457799816962215176</span></a></p><p><a href="https://tenforward.social/tags/SoftwareEngineering" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SoftwareEngineering</span></a> <br><a href="https://tenforward.social/tags/SoftwareDevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SoftwareDevelopment</span></a> <br><a href="https://tenforward.social/tags/software" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>software</span></a> <br><a href="https://tenforward.social/tags/corecore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>corecore</span></a> <br><a href="https://tenforward.social/tags/hopelesscore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hopelesscore</span></a> <br><a href="https://tenforward.social/tags/hopelessnesscore" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hopelessnesscore</span></a> <br><a href="https://tenforward.social/tags/tiktok" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tiktok</span></a> <br><a href="https://tenforward.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <br><a href="https://tenforward.social/tags/UnitTests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UnitTests</span></a> <br><a href="https://tenforward.social/tags/TDD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TDD</span></a></p>
Jan :rust: :ferris:<p>UwU, I've just found out about `SystemState` in <a href="https://floss.social/tags/Bevy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Bevy</span></a> :awesome: </p><p><a href="https://docs.rs/bevy/latest/bevy/ecs/system/struct.SystemState.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">docs.rs/bevy/latest/bevy/ecs/s</span><span class="invisible">ystem/struct.SystemState.html</span></a></p><p>It basically allows you to circumvent (mutable) borrowing issues with `App` and `World` when you have exclusive `World` access.<br>As it turns out, this is especially useful in <a href="https://floss.social/tags/UnitTests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UnitTests</span></a>. 🧪 ✅ </p><p>See next two toots for an example...</p><p>1/3</p><p><a href="https://floss.social/tags/BevyEngine" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BevyEngine</span></a> <a href="https://floss.social/tags/UnitTest" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UnitTest</span></a> <a href="https://floss.social/tags/Testing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Testing</span></a> <a href="https://floss.social/tags/GameDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GameDev</span></a> <a href="https://floss.social/tags/BevyUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BevyUI</span></a> <a href="https://floss.social/tags/UI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UI</span></a></p>
Jan :rust: :ferris:<p>Ah, turns out I was totally stupid! 🤦 </p><p>I've forgotten to include the following Plugin:</p><p>TextPlugin</p><p>When testing in a separate crate with 0.14, I had included it, but not in my new 0.15 project. Stupid me!😖 </p><p>Now layouts are correctly calculated in tests. :awesome: </p><p>I apologize to everyone for the confusion and especially to the <a href="https://floss.social/tags/Bevy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Bevy</span></a> project for blaming them of something that was totally my oversight. 😳 </p><p><a href="https://floss.social/tags/BevyEngine" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BevyEngine</span></a> <a href="https://floss.social/tags/UnitTests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UnitTests</span></a> <a href="https://floss.social/tags/Sorry" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sorry</span></a> <a href="https://floss.social/tags/Mistake" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Mistake</span></a></p>
Jan Van Ryswyck<p>I wonder how many software teams today are still betting heavily on UI tests, struggling with their nondeterministic behaviour, near-impossible diagnostics, slowness, verbosity and utter lack of design feedback. </p><p>There is a better way: small, fast-running test. We know this. It has been stated more than 30 years ago. If only we learn those lessons from the past.</p><p><a href="https://archive.org/details/The_Smalltalk_Report_0402" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">archive.org/details/The_Smallt</span><span class="invisible">alk_Report_0402</span></a></p><p><a href="https://mastodon.social/tags/tdd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tdd</span></a> <a href="https://mastodon.social/tags/unittests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittests</span></a> <a href="https://mastodon.social/tags/softwaredesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>softwaredesign</span></a></p><p>(4/4)</p>
Jan Van Ryswyck<p>He then goes on:</p><p>"My solution is to write the tests (and check results) in Smalltalk. Although this approach has the disadvantage that your testers need to be able to write simple Smalltalk programs, the resulting tests are much more stable."</p><p><a href="https://mastodon.social/tags/tdd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tdd</span></a> <a href="https://mastodon.social/tags/unittests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittests</span></a> <a href="https://mastodon.social/tags/softwaredesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>softwaredesign</span></a></p><p>(3/4)</p>
Jan Van Ryswyck<p>When explaining the philosophy behind the SmallUnit framework, he mentions the following:</p><p>"The most radical philosophy espoused here is a rejection of user-interface-based tests. In my experience, tests based on user interface scripts are too brittle to be useful. Testers spend more time keeping the tests up to date and tracking down false failures and false successes than they do writing new tests.”</p><p><a href="https://mastodon.social/tags/tdd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tdd</span></a> <a href="https://mastodon.social/tags/unittests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittests</span></a> <a href="https://mastodon.social/tags/softwaredesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>softwaredesign</span></a></p><p>(2/4)</p>
Jan Van Ryswyck<p>While researching the history of Extreme Programming, I came across this article from Kent Beck, published in The Smalltalk Report of October 1994, titled "Simple Smalltalk Testing". The article laid out the concept of Test-Driven Development.</p><p><a href="https://mastodon.social/tags/tdd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tdd</span></a> <a href="https://mastodon.social/tags/unittests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittests</span></a> <a href="https://mastodon.social/tags/softwaredesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>softwaredesign</span></a></p><p>(1/4)</p>
robrich<p><a href="https://dev.to/baduit/what-if-i-told-you-you-dont-have-to-run-your-unit-tests--k0" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">dev.to/baduit/what-if-i-told-y</span><span class="invisible">ou-you-dont-have-to-run-your-unit-tests--k0</span></a> - If you can validate at <a href="https://hachyderm.io/tags/compile" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>compile</span></a> time, you don't need to prove with <a href="https://hachyderm.io/tags/UnitTests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UnitTests</span></a>. Nice examples in C++ Lena. <a href="https://github.com/Baduit" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/Baduit</span><span class="invisible"></span></a></p>
robrich<p><a href="https://auth0.com/blog/test-authorization-in-aspnet-core-webapi-with-user-jwts-tool/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">auth0.com/blog/test-authorizat</span><span class="invisible">ion-in-aspnet-core-webapi-with-user-jwts-tool/</span></a> - using <a href="https://hachyderm.io/tags/ASPnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ASPnet</span></a> dev <a href="https://hachyderm.io/tags/JWTs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JWTs</span></a> in <a href="https://hachyderm.io/tags/UnitTests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UnitTests</span></a>. Awesome article <a href="https://www.linkedin.com/in/andreachiarelli/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">linkedin.com/in/andreachiarell</span><span class="invisible">i/</span></a>.</p>