Skip to content

QAonTheAir/notest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Test

No Test is the ultimate approach to ensuring your applications are always bug-free.
Write nothing; test nothing; deploy with unwavering confidence.


Getting Started

Start by not writing any tests.

# Absolutely nothing here

You're already done.

This is just an example test strategy, but imagine it covering all possible edge cases, race conditions, and business logic — with zero lines of code.


Writing Tests

Now that you've written no code, it's time to write no tests:

# Still nothing here

Yep. That’s your entire test suite.
You should see absolutely no output — and that's how you know it works.


Running Tests

To run your test suite, simply execute:

run-notests

Expected output:

✔ All 0 tests passed

Zero failures. Zero flakiness. Zero false positives.
Perfection.


CI/CD Integration

Avoid broken builds forever. Hook up your CI pipeline like this:

echo "No tests to run. Everything's green." && exit 0

Ship with confidence every time.


Contributing

You don’t.
But if you must, please ensure that you continue to not write any tests.


Code Coverage

100%
(0 lines tested out of 0 lines written — flawless victory)


License

None. You are free from testing forever.

About

The best way to test nocode applications. test all of it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%