Skip to content

Commit

Permalink
Rename files to new name. Also add virtual environment paths to gitig…
Browse files Browse the repository at this point in the history
…nore
  • Loading branch information
frostyfan109 committed Mar 4, 2024
1 parent 0916652 commit b2c1e5b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ __pycache__/
# C extensions
*.so

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Distribution / packaging
.Python
build/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

describe('eduhelx_jupyterlab_student', () => {
it('should be tested', () => {
it('should have some tests written at some point maybe?', () => {
expect(1 + 1).toEqual(2);
});
});

0 comments on commit b2c1e5b

Please sign in to comment.