File: tests_init.patch

package info (click to toggle)
pymatgen 2025.10.7%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 83,468 kB
  • sloc: python: 175,932; javascript: 780; makefile: 221; sh: 59
file content (7 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
Index: pymatgen/tests/__init__.py
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ pymatgen/tests/__init__.py	2024-01-31 12:27:56.230572657 +0100
@@ -0,0 +1 @@
+# toplevel __init__ needed so pytest can import tests
\ No newline at end of file