Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Tests for physDBD

These are the tests for the physDBD package. They are run using pytest:

pytest .

Or run individual tests:

pytest fname.py -s -k "test_name"