Sha256: 851aa8c0747406920c5eeb16d570e17c1733aafb3c5d89f8460f4fa617b8b807

Contents?: true

Size: 472 Bytes

Versions: 3

Compression:

Stored size: 472 Bytes

Contents

#! /usr/bin/env ruby
# coding: utf-8

require "test/unit"
require "vasputils/vaspkpointsfinder.rb"

class VaspKpointsFinder
end

class TC_VaspKpointsFinder < Test::Unit::TestCase
  def setup
    @vcf00 = VaspKpointsFinder.new "test/vaspkpointsfinder"
  end

  def test_kpoints
    corrects = [1, 2, 3, 4, 6, 8, 12, 16, 24, 32, 48, 64]
    #assert_equal(corrects, @vcf00.list_encuts)
  end

end

#  def test_lowest_encut
#    assert_equal(200, @vcf00.lowest_encut)
#  end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vasputils-0.0.11 test/test_vaspkpointsfinder.rb
vasputils-0.0.10 test/test_vaspkpointsfinder.rb
vasputils-0.0.9 test/test_vaspkpointsfinder.rb