-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
60 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"label": "Testing", | ||
"position": 8, | ||
"collapsed": true, | ||
"link": { | ||
"type": "generated-index", | ||
"slug": "/testing", | ||
"description": "Understand how to create efficient tests in any Athenna application." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: CLI Testing | ||
sidebar_position: 3 | ||
description: See how to create tests for CLI applications in Athenna. | ||
tags: | ||
- Testing | ||
- CLI Testing | ||
--- | ||
|
||
# CLI Testing | ||
|
||
See how to create tests for CLI applications in Athenna. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Getting Started | ||
sidebar_position: 1 | ||
description: See how to create tests in an Athenna application. | ||
tags: | ||
- Testing | ||
- Getting Started | ||
--- | ||
|
||
# Getting Started | ||
|
||
See how to create tests in an Athenna application. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Mocking | ||
sidebar_position: 4 | ||
description: Understand how to mock dependencies and functions in Athenna. | ||
tags: | ||
- Testing | ||
- Mocking | ||
--- | ||
|
||
# Mocking | ||
|
||
Understand how to mock dependencies and functions in Athenna. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: REST API Testing | ||
sidebar_position: 2 | ||
description: See how to create tests for REST APIs applications in Athenna. | ||
tags: | ||
- Testing | ||
- REST API Testing | ||
--- | ||
|
||
# REST API Testing | ||
|
||
See how to create tests for REST APIs applications in Athenna. |