File: test_import.py

package info (click to toggle)
consensuscore 1.1.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,384 kB
  • sloc: cpp: 38,940; python: 2,083; ansic: 542; sh: 184; makefile: 82; cs: 10
file content (6 lines) | stat: -rwxr-xr-x 104 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6

import ConsensusCore as cc

# basic test to verify that SWIG worked

print(cc.Version.VersionString())