Skip to content

Commit

Permalink
test: moving tests out of module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyl-M committed Aug 17, 2024
1 parent 905992d commit 879051e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Install Python dependencies, run tests and lint with a variety of Python versions
# More information: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python package
name: Python Package

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion _examples/__sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import libpybee

XML = "../libpybee/test/Test Library.xml"
XML = "../libpybee/tests/Test Library.xml"
MY_LIBRARY = libpybee.Library(XML)

PLAYLISTS = MY_LIBRARY.playlists
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 879051e

Please sign in to comment.