Skip to content

Commit

Permalink
more tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Mar 5, 2024
1 parent 74f6293 commit 815dedc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# CFTime

[![Build Status](https://github.com/JuliaGeo/CFTime.jl/workflows/CI/badge.svg)](https://github.com/JuliaGeo/CFTime.jl/actions)
[![Coverage Status](https://coveralls.io/repos/JuliaGeo/CFTime.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/JuliaGeo/CFTime.jl?branch=master)
[![codecov.io](http://codecov.io/github/JuliaGeo/CFTime.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaGeo/CFTime.jl?branch=master)
[![documentation stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliageo.github.io/CFTime.jl/stable/)
[![documentation latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliageo.github.io/CFTime.jl/latest/)
Expand Down
3 changes: 3 additions & 0 deletions test/test_resolution.jl
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ dt = DateTimeStandard(1,"nanoseconds since 1999-12-31T23:59:59.999999999")
@test CFTime.month(dt) == 1
@test CFTime.day(dt) == 1

@test CFTime.Year(dt) == Dates.Year(2000)
@test CFTime.Day(dt) == Dates.Day(1)

tt = (
2000,# year
1, # month
Expand Down

0 comments on commit 815dedc

Please sign in to comment.