pawb.fun is one of the many independent Mastodon servers you can use to participate in the fediverse.
This instance aimed at any and all within the furry fandom, though anyone is welcome! We're friendly towards members of the LGBTQ+ community and aiming to offer a safe space for our users.

Server stats:

304
active users

#unittests

0 posts0 participants0 posts today
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 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>
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 title="Migrate from MSTest to xUnit using a Roslyn analyzer - Gérald Barré" 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><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>
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>
Marco Siccardi :dotnet:<p>Just did a quick <a href="https://dotnet.social/tags/SWIFT" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SWIFT</span></a> playground session to port some existing <a href="https://dotnet.social/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a> code over for my next side project.</p><p>Already ran into a <a href="https://dotnet.social/tags/SWIFT6" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SWIFT6</span></a> threading issue just by creating a <a href="https://dotnet.social/tags/Singleton" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Singleton</span></a>, rewrote the extensions I already had to cover both km and miles and did some manual testing of that stuff. </p><p>Next step will be to actually move this to the app project and write some <a href="https://dotnet.social/tags/unittests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittests</span></a> for it. </p><p><a href="https://dotnet.social/tags/learning" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>learning</span></a> <a href="https://dotnet.social/tags/iOSdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>iOSdev</span></a></p>
Alda Vigdís<p>So I just got a development release up for my WP-Tests-Strapon Composer package up on Github. (Not on Packagist yet as it's still under initial development.)</p><p>It is a replacement for the install-wp-tests.sh shell script that comes with some scaffolded WordPress plugins and should be easier to use and keep working.</p><p>It also does not depend on outdated things such as Subversion/SVN and uses PHP for most of its actions.</p><p><a href="https://github.com/aldavigdis/wp-tests-strapon" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/aldavigdis/wp-tests</span><span class="invisible">-strapon</span></a></p><p><a href="https://topspicy.social/tags/WordPress" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WordPress</span></a> <a href="https://topspicy.social/tags/PHP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PHP</span></a> <a href="https://topspicy.social/tags/UnitTests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UnitTests</span></a></p>
Norm Tovey-Walsh<p>Computers are so picky. You ask them to compare two strings and they won't call them the same unless *every single* character is the same! <a href="https://mastodon.social/tags/writing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>writing</span></a> <a href="https://mastodon.social/tags/unitTests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unitTests</span></a></p>
Matt Davis<p>Think testing software should be easier? We do, too!</p><p>If you have 90 mins, know Typescript, are 18+, and are in the US or CA, come participate in our remote study over Zoom. Eligible participants receive a $30 Amazon gift card.</p><p>Self-screen &amp; schedule a time slot here: <a href="https://cmu.ca1.qualtrics.com/jfe/form/SV_9n42de5hy6fyQdw" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">cmu.ca1.qualtrics.com/jfe/form</span><span class="invisible">/SV_9n42de5hy6fyQdw</span></a></p><p>RTs appreciated! <a href="https://hci.social/tags/software" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>software</span></a> <a href="https://hci.social/tags/testing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>testing</span></a> <a href="https://hci.social/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a> <a href="https://hci.social/tags/unittests" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittests</span></a> <a href="https://hci.social/tags/development" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>development</span></a></p>