File: pytest

package info (click to toggle)
chemps2 1.8.12-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,432 kB
  • sloc: cpp: 38,521; python: 1,116; f90: 215; makefile: 45; sh: 23
file content (11 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -ev

SRCDIR="$(pwd)"
cd $AUTOPKGTEST_TMP
cat $SRCDIR/PyCheMPS2/tests/test3.py | sed -e "s/..\/..\/tests\/matrixelements\///" > pytest.py
cp $SRCDIR/tests/matrixelements/CH4.STO3G.FCIDUMP .

python3 pytest.py