File: tests_init.patch

package info (click to toggle)
pymatgen 2025.2.18%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 85,888 kB
  • sloc: python: 176,173; javascript: 780; makefile: 221; sh: 78
file content (7 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
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