Implement Unit Testing
As per the operating norm of organisations worldwide, no code was missing unit testing. This commit includes a fully automated unit testing library for use with no code.
This commit is contained in:
parent
6c073b08f7
commit
77bc8262ed
17
README.md
17
README.md
@ -32,6 +32,23 @@ Yep. That's it. You should see the following output:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Testing
|
||||||
|
|
||||||
|
No code includes integrated unit testing, with tests that are automatically inferred from the code.
|
||||||
|
To run these unit tests, simply:
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
And if you have written your no code application correctly, you should see the following output:
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Simple, right?
|
||||||
|
|
||||||
### Deploying
|
### Deploying
|
||||||
|
|
||||||
While you still have not done anything it's time to deploy your application. By running the following command you can deploy your application absolutely nowhere.
|
While you still have not done anything it's time to deploy your application. By running the following command you can deploy your application absolutely nowhere.
|
||||||
|
Loading…
Reference in New Issue
Block a user