Skip to content

Commit

Permalink
notebooks and tests folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussein-Mahfouz committed Feb 14, 2024
1 parent 00dcc72 commit 09de899
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions notebooks/dummy_notebook.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
5 changes: 5 additions & 0 deletions tests/test_dummy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from acbm.dummy import hello


def test_hello():
assert hello() == 1

0 comments on commit 09de899

Please sign in to comment.