Skip to content

Commit 0d07c78

Browse files
authored
Add news for moving tests dir and pip install .
1 parent b19c917 commit 0d07c78

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

news/tests-dir.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* Moved the tests directory from src to the root using conftest.py.
20+
* Fixed a circular import bug during " pip install ." in GitHub CI.
21+
* Renamed .py files under tests to snake_case.
22+
23+
**Security:**
24+
25+
* <news item>

0 commit comments

Comments
 (0)