File tree Expand file tree Collapse file tree 9 files changed +126
-0
lines changed
Expand file tree Collapse file tree 9 files changed +126
-0
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2+ ##############################################################################
3+ #
4+ # pyobjcryst by DANSE Diffraction group
5+ # Simon J. L. Billinge
6+ # (c) 2009 The Trustees of Columbia University
7+ # in the City of New York. All rights reserved.
8+ #
9+ # File coded by: Chris Farrow
10+ #
11+ # See AUTHORS.txt for a list of people who contributed.
12+ # See LICENSE.txt for license information.
13+ #
14+ ##############################################################################
15+
216"""Small tests for pyobjcryst.
317
418To check for memory leaks, run
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2+ ##############################################################################
3+ #
4+ # pyobjcryst by DANSE Diffraction group
5+ # Simon J. L. Billinge
6+ # (c) 2009 The Trustees of Columbia University
7+ # in the City of New York. All rights reserved.
8+ #
9+ # File coded by: Chris Farrow
10+ #
11+ # See AUTHORS.txt for a list of people who contributed.
12+ # See LICENSE.txt for license information.
13+ #
14+ ##############################################################################
15+
216"""Utilities for tests."""
317
418import os
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2+ ##############################################################################
3+ #
4+ # pyobjcryst by DANSE Diffraction group
5+ # Simon J. L. Billinge
6+ # (c) 2009 The Trustees of Columbia University
7+ # in the City of New York. All rights reserved.
8+ #
9+ # File coded by: Chris Farrow
10+ #
11+ # See AUTHORS.txt for a list of people who contributed.
12+ # See LICENSE.txt for license information.
13+ #
14+ ##############################################################################
15+
216"""Tests for crystal module."""
317
418import unittest
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2+ ##############################################################################
3+ #
4+ # pyobjcryst by DANSE Diffraction group
5+ # Simon J. L. Billinge
6+ # (c) 2010 The Trustees of Columbia University
7+ # in the City of New York. All rights reserved.
8+ #
9+ # File coded by: Chris Farrow
10+ #
11+ # See AUTHORS.txt for a list of people who contributed.
12+ # See LICENSE.txt for license information.
13+ #
14+ ##############################################################################
15+
216"""Tests for crystal module."""
317
418import unittest
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2+ ##############################################################################
3+ #
4+ # pyobjcryst by DANSE Diffraction group
5+ # Simon J. L. Billinge
6+ # (c) 2009 The Trustees of Columbia University
7+ # in the City of New York. All rights reserved.
8+ #
9+ # File coded by: Chris Farrow
10+ #
11+ # See AUTHORS.txt for a list of people who contributed.
12+ # See LICENSE.txt for license information.
13+ #
14+ ##############################################################################
15+
216"""Test the converters.
317
418This verifies results from tests built into the _registerconverters module.
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2+ ##############################################################################
3+ #
4+ # pyobjcryst by DANSE Diffraction group
5+ # Simon J. L. Billinge
6+ # (c) 2009 The Trustees of Columbia University
7+ # in the City of New York. All rights reserved.
8+ #
9+ # File coded by: Chris Farrow
10+ #
11+ # See AUTHORS.txt for a list of people who contributed.
12+ # See LICENSE.txt for license information.
13+ #
14+ ##############################################################################
15+
216"""Tests for crystal module."""
317
418import unittest
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2+ ##############################################################################
3+ #
4+ # pyobjcryst by DANSE Diffraction group
5+ # Simon J. L. Billinge
6+ # (c) 2009 The Trustees of Columbia University
7+ # in the City of New York. All rights reserved.
8+ #
9+ # File coded by: Chris Farrow
10+ #
11+ # See AUTHORS.txt for a list of people who contributed.
12+ # See LICENSE.txt for license information.
13+ #
14+ ##############################################################################
15+
216"""Tests for molecule module."""
317
418import unittest
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2+ ##############################################################################
3+ #
4+ # pyobjcryst by DANSE Diffraction group
5+ # Simon J. L. Billinge
6+ # (c) 2009 The Trustees of Columbia University
7+ # in the City of New York. All rights reserved.
8+ #
9+ # File coded by: Chris Farrow
10+ #
11+ # See AUTHORS.txt for a list of people who contributed.
12+ # See LICENSE.txt for license information.
13+ #
14+ ##############################################################################
15+
216"""Tests for refinableobj module."""
317
418from pyobjcryst .refinableobj import *
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2+ ##############################################################################
3+ #
4+ # pyobjcryst by DANSE Diffraction group
5+ # Simon J. L. Billinge
6+ # (c) 2010 The Trustees of Columbia University
7+ # in the City of New York. All rights reserved.
8+ #
9+ # File coded by: Chris Farrow
10+ #
11+ # See AUTHORS.txt for a list of people who contributed.
12+ # See LICENSE.txt for license information.
13+ #
14+ ##############################################################################
15+
216"""Tests for crystal module."""
317
418import os
You can’t perform that action at this time.
0 commit comments