Skip to content

Commit

Permalink
feat(docs): add testing page
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 31, 2023
1 parent ba54459 commit c63584e
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cli-application/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"link": {
"type": "generated-index",
"slug": "/cli-application",
"description": "Understand how to map your CLI application routes."
"description": "Understand how the Athenna CLI application works."
}
}
2 changes: 1 addition & 1 deletion docs/rest-api-application/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"link": {
"type": "generated-index",
"slug": "/rest-api-application",
"description": "Understand how to map your REST API application routes."
"description": "Understand how the Athenna REST API application works."
}
}
10 changes: 10 additions & 0 deletions docs/testing/_category_.json
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."
}
}
12 changes: 12 additions & 0 deletions docs/testing/cli-tests.mdx
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.
12 changes: 12 additions & 0 deletions docs/testing/getting-started.mdx
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.
12 changes: 12 additions & 0 deletions docs/testing/mocking.mdx
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.
12 changes: 12 additions & 0 deletions docs/testing/rest-api-testing.mdx
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.

0 comments on commit c63584e

Please sign in to comment.