Skip to content

Commit 962a584

Browse files
committed
meson.build: create __init__.py for sage.graphs.tests, too
The "tests" subdirectory is installed, so make it a package for consistency. Add the generated __init__.py to .gitignore while we're at it.
1 parent 16cfbfd commit 962a584

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ src/sage/graphs/graph_decompositions/__init__.py
462462
src/sage/graphs/generators/__init__.py
463463
src/sage/graphs/__init__.py
464464
src/sage/graphs/base/__init__.py
465+
src/sage/graphs/tests/__init__.py
465466
src/sage/databases/__init__.py
466467
src/sage/stats/hmm/__init__.py
467468
src/sage/stats/__init__.py

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ file_paths = [
195195
'src/sage/graphs/generators/__init__.py',
196196
'src/sage/graphs/__init__.py',
197197
'src/sage/graphs/base/__init__.py',
198+
'src/sage/graphs/tests/__init__.py',
198199
'src/sage/databases/__init__.py',
199200
'src/sage/stats/hmm/__init__.py',
200201
'src/sage/stats/__init__.py',

0 commit comments

Comments
 (0)