Skip to content

Commit

Permalink
Merge pull request #82 from bobleesj/patch-1
Browse files Browse the repository at this point in the history
Add news file for moving tests dir and pip install . to solve CI import issue
  • Loading branch information
sbillinge authored Sep 23, 2024
2 parents b19c917 + 0d07c78 commit c5a50dc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions news/tests-dir.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* Moved the tests directory from src to the root using conftest.py.
* Fixed a circular import bug during " pip install ." in GitHub CI.
* Renamed .py files under tests to snake_case.

**Security:**

* <news item>

0 comments on commit c5a50dc

Please sign in to comment.